Unverified Commit 179d6a89 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

disko: 1.11.0 -> 1.12.0 (#405812)

parents ddd47d3b ba9dd501
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,12 +12,12 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "disko";
  version = "1.11.0";
  version = "1.12.0";
  src = fetchFromGitHub {
    owner = "nix-community";
    repo = "disko";
    rev = "v${finalAttrs.version}";
    hash = "sha256-ItkIZyebGvNH2dK9jVGzJHGPtb6BSWLN8Gmef16NeY0=";
    hash = "sha256-eDoSOhxGEm2PykZFa/x9QG5eTH0MJdiJ9aR00VAofXE=";
  };
  nativeBuildInputs = [ makeWrapper ];
  buildInputs = [ bash ];