Skip to content

Commit 0ddf8d4

Browse files
authored
nix-serve-ng: 1.0.0-unstable-2024-10-01 -> 1.0.0-unstable-2024-12-02 (#395451)
2 parents 4cf6b76 + 8488025 commit 0ddf8d4

File tree

2 files changed

+6
-62
lines changed

2 files changed

+6
-62
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -399,17 +399,16 @@ 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-
];
409+
# error: output '/nix/store/hv6lzj1nlshn8q5lirzgys8f4vgym4hg-nix-serve-ng-1.0.0-unstable-2024-12-02' is not allowed to refer to the following paths:
410+
# /nix/store/qza2y18fwkq1wzi02qywf691r42r5jfy-ghc-9.6.6
411+
broken = pkgs.stdenv.hostPlatform.system == "aarch64-darwin";
413412
}) super.nix-serve-ng).override
414413
{
415414
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)