Update to latest build
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.

This commit is contained in:
Greg Hellings
2026-01-31 11:40:46 -06:00
parent dfadc01e54
commit e63569a1ac
2 changed files with 10 additions and 2 deletions
+8 -2
View File
@@ -38,6 +38,12 @@
{
_module.args.pkgs = import inputs.nixpkgs {
inherit (inputs') system;
overlays = [
(_: p: {
nghttp3 = p.nghttp3.overrideAttrs { meta.platforms = pkgs.lib.platforms.all; };
ngtcp2 = p.ngtcp2.overrideAttrs { meta.platforms = pkgs.lib.platforms.all; };
})
];
};
devShells.default = pkgs.mkShell {
@@ -77,8 +83,8 @@
win.sword.overrideAttrs {
src = pkgs.fetchsvn {
url = "https://svn.crosswire.org/svn/sword/trunk";
rev = "3913";
hash = "sha256-7/B2IOVETC++or8SFfZ0VhDhMYdtphHXJjzEvVq+4JI=";
rev = "3914";
hash = "sha256-yqZtUb86KILTYcshe/qim5+H57ktKlH3Uiic6KDKnrQ=";
};
patches = [ ];
}
+2
View File
@@ -1,6 +1,7 @@
{
writeShellApplication,
gnugrep,
gnused,
nix-prefetch,
subversion,
}:
@@ -8,6 +9,7 @@ writeShellApplication {
name = "sword-updater";
runtimeInputs = [
gnugrep
gnused
nix-prefetch
subversion
];