File tree Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 22 "depends" : [
33 {
44 "method" : " fetchzip" ,
5+ "path" : " /nix/store/6aph9sfwcws7pd2725fwjnibdfrv7qmw-source" ,
6+ "rev" : " f8f6bd34bfa3fe12c64b919059ad856a96efcba0" ,
7+ "sha256" : " 11m1rb6rzk70kvskppf97ddzgf5fnh9crjziqc6hib0jgsm5d615" ,
8+ "srcDir" : " src" ,
9+ "url" : " https://github.com/nim-lang/checksums/archive/f8f6bd34bfa3fe12c64b919059ad856a96efcba0.tar.gz" ,
10+ "subDir" : " " ,
511 "packages" : [
612 " checksums"
7- ],
8- "path" : " /nix/store/z6799507gzbw46lzbi1i8mwm0nbvrvnx-source" ,
9- "rev" : " 7ff0b762332d2591bbeb65df9bb86d52ea44ec01" ,
10- "sha256" : " 11612prr2wwbx414ip0zjh1fv638dgfvzxfd6v2f432n0wfwhjhj" ,
11- "srcDir" : " src" ,
12- "url" : " https://github.com/nim-lang/checksums/archive/7ff0b762332d2591bbeb65df9bb86d52ea44ec01.tar.gz"
13+ ]
1314 },
1415 {
1516 "method" : " fetchzip" ,
16- "packages" : [
17- " sat"
18- ],
1917 "path" : " /nix/store/lwg9fm34h5xv0dvxij9r5m2y6pn1zsvx-source" ,
20- "rev" : " a53d9d6e0470f78f8ba14652d981e7bcdbcd579f " ,
18+ "rev" : " faf1617f44d7632ee9601ebc13887644925dcc01 " ,
2119 "sha256" : " 1dxbc41wbvkpdp6q3qz1r38lpn32447qkkgyh2s12ym6bx4ynni4" ,
2220 "srcDir" : " src" ,
23- "url" : " https://github.com/nim-lang/sat/archive/a53d9d6e0470f78f8ba14652d981e7bcdbcd579f.tar.gz"
21+ "url" : " https://github.com/nim-lang/sat/archive/faf1617f44d7632ee9601ebc13887644925dcc01.tar.gz" ,
22+ "subDir" : " " ,
23+ "packages" : [
24+ " sat"
25+ ]
2426 }
2527 ]
2628}
Original file line number Diff line number Diff line change 1010buildNimPackage (
1111 final : prev : {
1212 pname = "nimble" ;
13- version = "0-unstable-2024-05-14 " ;
13+ version = "0.16.2 " ;
1414
1515 src = fetchFromGitHub {
1616 owner = "nim-lang" ;
1717 repo = "nimble" ;
18- rev = "f8bd7b5fa6ea7a583b411b5959b06e6b5eb23667 " ;
19- hash = "sha256-aRDaucD6wOUPtXLIrahvK0vBfurdgFrk+swzqzMA09w =" ;
18+ rev = "v ${ final . version } " ;
19+ hash = "sha256-MVHf19UbOWk8Zba2scj06PxdYYOJA6OXrVyDQ9Ku6Us =" ;
2020 } ;
2121
2222 lockFile = ./lock.json ;
You can’t perform that action at this time.
0 commit comments