File tree Expand file tree Collapse file tree 2 files changed +3
-62
lines changed
pkgs/development/haskell-modules Expand file tree Collapse file tree 2 files changed +3
-62
lines changed Original file line number Diff line number Diff line change @@ -399,17 +399,13 @@ builtins.intersectAttrs super {
399399 src = pkgs . fetchFromGitHub {
400400 repo = "nix-serve-ng" ;
401401 owner = "aristanetworks" ;
402- rev = "578ad85b3096d99b25cae0a73c03df4e82f587c7 " ;
403- hash = "sha256-2LPx4iRJonX4gtd3r73DBM/ZhN/hKu1lb/MHOav8c5s =" ;
402+ rev = "6e8d82a451fccbaa4714da8f7a3db5907bdfa96d " ;
403+ hash = "sha256-Ht5wD/n2I/tQWNgYIdmi3UQbm1FNwp9m9JmDjZEd6ng =" ;
404404 } ;
405- version = "1.0.0-unstable-2024-10-01 " ;
405+ version = "1.0.0-unstable-2024-12-02 " ;
406406 #editedCabalFile = null;
407407 # Doesn't declare boost dependency
408408 pkg-configDepends = ( old . pkg-configDepends or [ ] ) ++ [ pkgs . boost . dev ] ;
409- patches = ( old . patches or [ ] ) ++ [
410- # Part of https://github.com/aristanetworks/nix-serve-ng/pull/40
411- ./patches/nix-serve-ng-nix.2.24.patch
412- ] ;
413409 } ) super . nix-serve-ng ) . override
414410 {
415411 nix = pkgs . nixVersions . nix_2_24 ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments