Unverified Commit 564e4ebe authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

disko: 1.4.0 -> 1.4.1
parents e60561eb 598f0857
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.4.0";
  version = "1.4.1";
  src = fetchFromGitHub {
    owner = "nix-community";
    repo = "disko";
    rev = "v${finalAttrs.version}";
    hash = "sha256-71S/64RbyADT6FUVJq4WLiNbmcxFvgMsSihf/C2Hgno=";
    hash = "sha256-HeWFrRuHpnAiPmIr26OKl2g142HuGerwoO/XtW53pcI=";
  };
  nativeBuildInputs = [ makeWrapper ];
  buildInputs = [ bash ];