Update to latest build
This commit is contained in:
@@ -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 = [ ];
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
writeShellApplication,
|
||||
gnugrep,
|
||||
gnused,
|
||||
nix-prefetch,
|
||||
subversion,
|
||||
}:
|
||||
@@ -8,6 +9,7 @@ writeShellApplication {
|
||||
name = "sword-updater";
|
||||
runtimeInputs = [
|
||||
gnugrep
|
||||
gnused
|
||||
nix-prefetch
|
||||
subversion
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user