disko: 1.10.0 -> 1.11.0

Diff: https://github.com/nix-community/disko/compare/v1.10.0...v1.11.0
This commit is contained in:
Jörg Thalheim
2025-01-14 16:16:35 +01:00
parent 6c12f0a9c7
commit cb3b86099b
+2 -2
View File
@@ -12,12 +12,12 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "disko";
version = "1.10.0";
version = "1.11.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = "disko";
rev = "v${finalAttrs.version}";
hash = "sha256-snPBgTqwn3FPZVdFC5yt7Bnk3squim1vZOZ8CObWykk=";
hash = "sha256-ItkIZyebGvNH2dK9jVGzJHGPtb6BSWLN8Gmef16NeY0=";
};
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ bash ];