krunkit: 1.0.0 -> 1.1.1 (#470867)

This commit is contained in:
Jo
2026-02-19 09:06:21 +00:00
committed by GitHub
+3 -3
View File
@@ -13,18 +13,18 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "krunkit";
version = "1.0.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "containers";
repo = "krunkit";
tag = "v${finalAttrs.version}";
hash = "sha256-dsEZZiLgHyd6xeXZCdDd4zsxzwQeIhAK+lewY2ZfvpY=";
hash = "sha256-2O2v4etlXN61f8Goog+/e/6FTCtt7xSJnkq+w2KGxUM=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) src;
hash = "sha256-i0cC3aOEqcvOcwTPbM6AazMzd8Q+QLwuhnvPGv3ntsc=";
hash = "sha256-ckUunlnyf5BXq/EzFYPF8fI996/NgQaXUuVdOgfj1yk=";
};
nativeBuildInputs = [