disko: 1.7.0 -> 1.8.0

This commit is contained in:
R. Ryantm 2024-09-20 13:50:31 +00:00
parent 02971f96c1
commit b6f5bf49d3

View File

@ -10,12 +10,12 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "disko";
version = "1.7.0";
version = "1.8.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = "disko";
rev = "v${finalAttrs.version}";
hash = "sha256-tqoAO8oT6zEUDXte98cvA1saU9+1dLJQe3pMKLXv8ps=";
hash = "sha256-5zShvCy9S4tuISFjNSjb+TWpPtORqPbRZ0XwbLbPLho=";
};
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ bash ];