nix-serve-ng: 1.0.1-unstable-2025-05-28 -> 1.1.0-unstable-2026-03-03 (#497193)

This commit is contained in:
sternenseemann
2026-03-26 20:17:35 +00:00
committed by GitHub
2 changed files with 4 additions and 5 deletions
@@ -442,10 +442,10 @@ builtins.intersectAttrs super {
src = pkgs.fetchFromGitHub {
repo = "nix-serve-ng";
owner = "aristanetworks";
rev = "1d21f73a2d563ffbb924a4244c29b35e898caefe";
hash = "sha256-N6c3NozYqAGwmjf+k5GHOZzlcquDntrJwsZQ7O2sqtQ=";
rev = "f63998a6c81fab86e840dbab483d387dee5ffc0a";
hash = "sha256-paUnCU08wDZ3bS0Fa4QhtjWMcpWgcTRwO/ee3wT28Nw=";
};
version = "1.0.1-unstable-2025-05-28";
version = "1.1.0-unstable-2026-03-26";
})
(overrideCabal (old: {
@@ -131,9 +131,8 @@ let
nix-serve-ng = lib.pipe (nix-serve-ng.override { nix = self.lix; }) [
(haskell.lib.compose.enableCabalFlag "lix")
(haskell.lib.compose.overrideCabal (drv: {
# https://github.com/aristanetworks/nix-serve-ng/issues/46
# Resetting (previous) broken flag since it may be related to C++ Nix
broken = lib.versionAtLeast self.lix.version "2.93";
broken = false;
}))
];