summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2023-11-13 09:36:39 +0100
committerGitHub <noreply@github.com>2023-11-13 09:36:39 +0100
commit2a3d60cfa30359e44d4d40e081ce1dfd1d162932 (patch)
tree64544f00373ee7d0dac76b5bc893726311801e57
parent593869a360b4383ab11176b026d9842f0351d926 (diff)
parente29a4a9bc6dca3ba5d51bc8638a65971333a07be (diff)
Merge pull request #266026 from onny/wc4nix-update
nc4nix: unstable-2023-06-06 -> unstable-2023-11-06
-rw-r--r--pkgs/development/tools/nc4nix/default.nix15
1 files changed, 3 insertions, 12 deletions
diff --git a/pkgs/development/tools/nc4nix/default.nix b/pkgs/development/tools/nc4nix/default.nix
index 821453314a82..f8fd1bb2830f 100644
--- a/pkgs/development/tools/nc4nix/default.nix
+++ b/pkgs/development/tools/nc4nix/default.nix
@@ -8,13 +8,13 @@
buildGoModule {
pname = "nc4nix";
- version = "unstable-2023-06-06";
+ version = "unstable-2023-11-06";
src = fetchFromGitHub {
owner = "helsinki-systems";
repo = "nc4nix";
- rev = "3e015450726533770fd00e2771530cbe90f40517";
- sha256 = "sha256-i3lx5Q+EswtimdRMZ0OPMWh01kBK9q+UI1pY6j/ZhuY=";
+ rev = "47666b418a71c609f8d2b2c2679956c2ac9818e5";
+ hash = "sha256-cXg0emFFAYI1Jtiz+Xilmct3JNiO9cSWUbghyIRQBnY=";
};
patches = [
@@ -25,15 +25,6 @@ buildGoModule {
sha256 = "sha256-0JxyhSQLtlgLtsMv82wMjQHGdmOoQ2dcPPNAw2cFByE=";
name = "switch_hash_calculation_method.patch";
})
-
- # Fix invalid entries (pre-releases of apps are not to be taken into account,
- # but if only pre-releases are compatible with a given Nextcloud version,
- # invalid entries are generated)
- (fetchpatch {
- url = "https://github.com/helsinki-systems/nc4nix/commit/c48131b5ca382585fd3294d51d59acc1e92fadb1.patch";
- sha256 = "sha256-/zc3Smjd6CksC5wUvoB6uAyTzPcIgqimb+zASIuTft0=";
- excludes = [ "25.json" "26.json" "27.json" ];
- })
];
vendorHash = "sha256-uhINWxFny/OY7M2vV3ehFzP90J6Z8cn5IZHWOuEg91M=";