Update to r3912

This commit is contained in:
Greg Hellings
2025-08-06 20:14:45 -05:00
parent 9003b01246
commit 7be048a6c3
2 changed files with 24 additions and 3 deletions
+7 -3
View File
@@ -14,6 +14,7 @@
flake-parts.url = "github:hercules-ci/flake-parts";
flake-root.url = "github:srid/flake-root";
hooks.url = "github:cachix/git-hooks.nix";
aarch_fix.url = "github:greg-hellings/nixpkgs/ucrt/zlib";
};
outputs =
@@ -31,6 +32,9 @@
];
perSystem =
{ pkgs, self', ... }@inputs':
let
arm = (import inputs.aarch_fix { inherit (inputs') system; });
in
{
_module.args.pkgs = import inputs.nixpkgs {
inherit (inputs') system;
@@ -73,8 +77,8 @@
win.sword.overrideAttrs {
src = pkgs.fetchsvn {
url = "https://svn.crosswire.org/svn/sword/trunk";
rev = "3906";
hash = "sha256-n4wcDBzUjlVSIHYGw8BKWrl1pFGkdkDXLMnJqr754vI=";
rev = "3912";
hash = "sha256-2VgoBdoJtbND++aQ2kDomr6LjYcUyyDwbgWNp5k07Uk=";
};
patches = [ ];
}
@@ -100,7 +104,7 @@
default = tar mingwW64;
x86 = tar mingwW64;
ucrt = tar ucrt64;
ucrtAarch = tar ucrtAarch64;
ucrtAarch = tar arm.pkgsCross.ucrtAarch64;
};
};
};