lldap: fix patches

This commit is contained in:
ibizaman 2025-08-24 18:39:18 +02:00 committed by Pierre Penninckx
parent 83c7b941bf
commit ddc910eca1
2 changed files with 2 additions and 3 deletions

View file

@ -196,7 +196,7 @@ diff --git a/pkgs/by-name/ll/lldap/package.nix b/pkgs/by-name/ll/lldap/package.n
index c335ffa727bf..11f14fdab871 100644
--- a/pkgs/by-name/ll/lldap/package.nix
+++ b/pkgs/by-name/ll/lldap/package.nix
@@ -3,30 +3,31 @@
@@ -3,29 +3,30 @@
fetchFromGitHub,
lib,
lldap,
@ -227,7 +227,6 @@ index c335ffa727bf..11f14fdab871 100644
+ hash = "sha256-UBQWOrHika8X24tYdFfY8ETPh9zvI7/HV5j4aK8Uq+Y=";
};
useFetchCargoVendor = true;
- cargoHash = "sha256-qXYgr9uRswuo9hwVROUX9KUKpkzR0VEcXImbdyOgxsY=";
-
+ cargoHash = "sha256-SO7+HiiXNB/KF3fjzSMeiTPjRQq/unEfsnplx4kZv9c=";

View file

@ -33,7 +33,7 @@ index 000000000000..b48099c10e84
+ inherit version;
+
+ src = fetchFromGitHub {
+ owner = "ibizaman";
+ owner = "lldap";
+ repo = "lldap";
+ rev = "v${version}";
+ hash = "sha256-UBQWOrHika8X24tYdFfY8ETPh9zvI7/HV5j4aK8Uq+Y=";