cockpit-zfs: 1.2.26 -> 1.2.27-3 (#522106)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-20 06:38:13 +00:00
committed by GitHub
+2 -2
View File
@@ -30,14 +30,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cockpit-zfs";
version = "1.2.26";
version = "1.2.27-3";
src = fetchFromGitHub {
owner = "45Drives";
repo = "cockpit-zfs";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-aMwPsg9rspWKqSQ+N1rlwVarpcOEFbMkktZXKEmqZu8=";
hash = "sha256-7hx9FJxFN7xsozMvAb0fdRTX2hAcxtJc5wdgrs2PGJc=";
};
patches = [