Skip to content

Commit d5849aa

Browse files
committed
nix-serve-ng: 1.0.0-unstable-2024-10-01 -> 1.0.0-unstable-2024-12-02
1 parent b179a7a commit d5849aa

File tree

2 files changed

+3
-62
lines changed

2 files changed

+3
-62
lines changed

pkgs/development/haskell-modules/configuration-nix.nix

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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;

pkgs/development/haskell-modules/patches/nix-serve-ng-nix.2.24.patch

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)