Commit 87a11361 authored by lassulus's avatar lassulus Committed by Bjørn Forsman
Browse files

nixos-generators: 1.7.0 -> 1.8.0

parent 8ab2b122
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
  pname = "nixos-generators";
  version = "1.7.0";
  version = "1.8.0";
  src = fetchFromGitHub {
    owner = "nix-community";
    repo = "nixos-generators";
    rev = version;
    sha256 = "sha256-WecDwDY/hEcDQYzFnccCNa+5Umht0lfjx/d1qGDy/rQ=";
    sha256 = "sha256-wHmtB5H8AJTUaeGHw+0hsQ6nU4VyvVrP2P4NeCocRzY=";
  };
  strictDeps = true;
  nativeBuildInputs = [ makeWrapper ];