Merge pull request #295066 from r-ryantm/auto-update/disko

disko: 1.4.0 -> 1.4.1
This commit is contained in:
Pol Dellaiera 2024-03-11 22:19:44 +01:00 committed by GitHub
commit 564e4ebe17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,12 +9,12 @@
stdenvNoCC.mkDerivation (finalAttrs: {
name = "disko";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "nix-community";
repo = "disko";
rev = "v${finalAttrs.version}";
hash = "sha256-71S/64RbyADT6FUVJq4WLiNbmcxFvgMsSihf/C2Hgno=";
hash = "sha256-HeWFrRuHpnAiPmIr26OKl2g142HuGerwoO/XtW53pcI=";
};
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ bash ];