Merge pull request #266026 from onny/wc4nix-update

nc4nix: unstable-2023-06-06 -> unstable-2023-11-06

authored by

Jonas Heinrich and committed by
GitHub
2a3d60cf 593869a3

+3 -12
+3 -12
pkgs/development/tools/nc4nix/default.nix
··· 8 8 9 9 buildGoModule { 10 10 pname = "nc4nix"; 11 - version = "unstable-2023-06-06"; 11 + version = "unstable-2023-11-06"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "helsinki-systems"; 15 15 repo = "nc4nix"; 16 - rev = "3e015450726533770fd00e2771530cbe90f40517"; 17 - sha256 = "sha256-i3lx5Q+EswtimdRMZ0OPMWh01kBK9q+UI1pY6j/ZhuY="; 16 + rev = "47666b418a71c609f8d2b2c2679956c2ac9818e5"; 17 + hash = "sha256-cXg0emFFAYI1Jtiz+Xilmct3JNiO9cSWUbghyIRQBnY="; 18 18 }; 19 19 20 20 patches = [ ··· 24 24 url = "https://github.com/helsinki-systems/nc4nix/commit/a7bca4793cc12e87d381f12f6f8c00ae2ca02893.patch"; 25 25 sha256 = "sha256-0JxyhSQLtlgLtsMv82wMjQHGdmOoQ2dcPPNAw2cFByE="; 26 26 name = "switch_hash_calculation_method.patch"; 27 - }) 28 - 29 - # Fix invalid entries (pre-releases of apps are not to be taken into account, 30 - # but if only pre-releases are compatible with a given Nextcloud version, 31 - # invalid entries are generated) 32 - (fetchpatch { 33 - url = "https://github.com/helsinki-systems/nc4nix/commit/c48131b5ca382585fd3294d51d59acc1e92fadb1.patch"; 34 - sha256 = "sha256-/zc3Smjd6CksC5wUvoB6uAyTzPcIgqimb+zASIuTft0="; 35 - excludes = [ "25.json" "26.json" "27.json" ]; 36 27 }) 37 28 ]; 38 29