pachyderm: 2.11.6 -> 2.12.2

This commit is contained in:
R. Ryantm
2025-01-16 03:42:49 +00:00
parent fd5197d905
commit 990e7a5fa2
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "pachyderm";
version = "2.11.6";
version = "2.12.2";
src = fetchFromGitHub {
owner = "pachyderm";
repo = "pachyderm";
rev = "v${version}";
hash = "sha256-un9O8RdqNs2Lxsp/VAHJZsKAMJALYRbQiW0Zc+eZ4KM=";
hash = "sha256-S3om62ibp/hbpoY6seJ7RaRQeAzDNsThqfGDFC0SEQM=";
};
vendorHash = "sha256-8TQz4lSAUOMo479qnbS3uyL/xscxHuuHUt2j+5G09+w=";
vendorHash = "sha256-+4vegNCaDWaGwhEyk5msCuydC5IvQuGEatc1U1CZRjc=";
subPackages = [ "src/server/cmd/pachctl" ];