Unverified Commit 64d14680 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

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

disko: 1.5.0 -> 1.6.0
parents 108c57f8 9970ff42
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];