1

Home: Update CLion EAP version + masssprings version

This commit is contained in:
2026-03-06 22:15:09 +01:00
parent a07499813d
commit 9aea533693
2 changed files with 9 additions and 7 deletions

8
flake.lock generated
View File

@ -928,11 +928,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1772672702, "lastModified": 1772831020,
"narHash": "sha256-2OktN2QUlOHnTb1ayja53gUEr5sC4p9hZJqfr3pO7Q4=", "narHash": "sha256-duvVc/OqZYdDtuvhXRalI5uLy5x+vN2kOivynTISsQk=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "d4f83e11dba5a2630b6ce6bfe7fd52417a96589d", "rev": "1b6f597cd56344a06f6669d96e9d7fd3bae8bbc0",
"revCount": 122, "revCount": 135,
"type": "git", "type": "git",
"url": "https://gitea.local.chriphost.de/christoph/cpp-masssprings" "url": "https://gitea.local.chriphost.de/christoph/cpp-masssprings"
}, },

View File

@ -33,11 +33,13 @@
prev.jetbrains prev.jetbrains
// { // {
clion = prev.jetbrains.clion.overrideAttrs (oldAttrs: rec { clion = prev.jetbrains.clion.overrideAttrs (oldAttrs: rec {
version = "2026.1-EAP"; version = "261.22158.47"; # March 6, 2026
src = prev.fetchurl { src = prev.fetchurl {
url = "https://download-cdn.jetbrains.com/cpp/CLion-261.21849.6.tar.gz"; url = "https://download-cdn.jetbrains.com/cpp/CLion-${version}.tar.gz";
hash = "sha256-h6tnemVnV1YEsvIndwrq2sMsRZYuvTWMU5oqj/hkjdY=";
# hash = "sha256-h6tnemVnV1YEsvIndwrq2sMsRZYuvTWMU5oqj/hkjdY="; # 261.21849.6
hash = "sha256-FUHNRioJvjwOWN+FkXEr3+NWR+QVxaZUOkJ0egQkcCQ="; # 261.22158.47
}; };
# autoPatchelfIgnoreMissingDeps = [ # autoPatchelfIgnoreMissingDeps = [