Home: Update CLion EAP version + masssprings version
This commit is contained in:
8
flake.lock
generated
8
flake.lock
generated
@ -928,11 +928,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1772672702,
|
||||
"narHash": "sha256-2OktN2QUlOHnTb1ayja53gUEr5sC4p9hZJqfr3pO7Q4=",
|
||||
"lastModified": 1772831020,
|
||||
"narHash": "sha256-duvVc/OqZYdDtuvhXRalI5uLy5x+vN2kOivynTISsQk=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "d4f83e11dba5a2630b6ce6bfe7fd52417a96589d",
|
||||
"revCount": 122,
|
||||
"rev": "1b6f597cd56344a06f6669d96e9d7fd3bae8bbc0",
|
||||
"revCount": 135,
|
||||
"type": "git",
|
||||
"url": "https://gitea.local.chriphost.de/christoph/cpp-masssprings"
|
||||
},
|
||||
|
||||
@ -33,11 +33,13 @@
|
||||
prev.jetbrains
|
||||
// {
|
||||
clion = prev.jetbrains.clion.overrideAttrs (oldAttrs: rec {
|
||||
version = "2026.1-EAP";
|
||||
version = "261.22158.47"; # March 6, 2026
|
||||
|
||||
src = prev.fetchurl {
|
||||
url = "https://download-cdn.jetbrains.com/cpp/CLion-261.21849.6.tar.gz";
|
||||
hash = "sha256-h6tnemVnV1YEsvIndwrq2sMsRZYuvTWMU5oqj/hkjdY=";
|
||||
url = "https://download-cdn.jetbrains.com/cpp/CLion-${version}.tar.gz";
|
||||
|
||||
# hash = "sha256-h6tnemVnV1YEsvIndwrq2sMsRZYuvTWMU5oqj/hkjdY="; # 261.21849.6
|
||||
hash = "sha256-FUHNRioJvjwOWN+FkXEr3+NWR+QVxaZUOkJ0egQkcCQ="; # 261.22158.47
|
||||
};
|
||||
|
||||
# autoPatchelfIgnoreMissingDeps = [
|
||||
|
||||
Reference in New Issue
Block a user