Skip to content

Commit

Permalink
disko: 1.7.0 -> 1.8.0 (NixOS#343275)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] committed Sep 20, 2024
2 parents 0187f02 + b6f5bf4 commit 9fc6ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/di/disko/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 9fc6ead

Please sign in to comment.