commit c250adab50d9408054790909b86b1071b361fc84
parent 879dd839cf897e2e994ed0f401a6f1586f534103
Author: Katja (ctucx) <git@ctu.cx>
Date: Mon, 17 Mar 2025 21:02:44 +0100
parent 879dd839cf897e2e994ed0f401a6f1586f534103
Author: Katja (ctucx) <git@ctu.cx>
Date: Mon, 17 Mar 2025 21:02:44 +0100
packages/all/slurp: update rev (`6f9918` -> `8350b6`)
1 file changed, 9 insertions(+), 12 deletions(-)
diff --git a/packages/all/slurp.nix b/packages/all/slurp.nix @@ -3,23 +3,20 @@ buildGo123Module rec { pname = "slurp"; version = "0.0.0-${builtins.substring 0 6 rev}"; - rev = "6f9918736698dc98d8117b09865c0425ed8dd047"; - sha256 = "sha256-q1e/uq2YWAB4119fV7CEdmP5ZIT+2/Vh3eldv5h+Pt8="; + rev = "8350b6e1b9d9d6f7ca47bfe6cdd436a7a8c69257"; + sha256 = "sha256-uKdbs7ta2O+ZtyFmJEVFFEwNR1DlqSSGRpkQaZEu1M4="; - src = applyPatches { - src = fetchFromGitHub { - owner = "VyrCossont"; - repo = "slurp"; - inherit rev sha256; - }; - patches = []; + src = fetchFromGitHub { + owner = "VyrCossont"; + repo = "slurp"; + inherit rev sha256; }; - vendorHash = "sha256-FcKXleRCM+9BwGs3Sj7SrIH4wYaP2AaDHzPYGJ/iYUA="; + vendorHash = "sha256-e8uEC6aRFdhhBTpUyOpv6ZWfQl9FE8EVEdEyBJFcYp4="; - nativeBuildInputs = [ installShellFiles ]; - buildInputs = [ makeWrapper ]; + nativeBuildInputs = [ installShellFiles ]; + buildInputs = [ makeWrapper ]; doCheck = false;