Skip to content

Commit

Permalink
disko: 1.5.0 -> 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 30, 2024
1 parent 8cf34f7 commit 9970ff4
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 @@ -9,12 +9,12 @@

stdenvNoCC.mkDerivation (finalAttrs: {
name = "disko";
version = "1.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = "disko";
rev = "v${finalAttrs.version}";
hash = "sha256-5DUNQl9BSmLxgGLbF05G7hi/UTk9DyZq8AuEszhQA7Q=";
hash = "sha256-h3pOvHCXkSdp1KOZqtkQmHgkR7VaOJXDhqhumk7sZLY=";
};
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ bash ];
Expand Down

0 comments on commit 9970ff4

Please sign in to comment.