summary refs log tree commit diff
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2021-05-22 07:05:02 +0200
committerlassulus <lassulus@lassul.us>2021-05-22 07:05:27 +0200
commitaf60121cf553bfad984e4d442007bcebf3c3ce19 (patch)
tree3cfa051ffd8b33a7470a18e71314c5783bb6c441
parentd10236eb20163b9a5871a45bada37886b2bc1d39 (diff)
downloadnixpkgs-af60121cf553bfad984e4d442007bcebf3c3ce19.tar
nixpkgs-af60121cf553bfad984e4d442007bcebf3c3ce19.tar.gz
nixpkgs-af60121cf553bfad984e4d442007bcebf3c3ce19.tar.bz2
nixpkgs-af60121cf553bfad984e4d442007bcebf3c3ce19.tar.lz
nixpkgs-af60121cf553bfad984e4d442007bcebf3c3ce19.tar.xz
nixpkgs-af60121cf553bfad984e4d442007bcebf3c3ce19.tar.zst
nixpkgs-af60121cf553bfad984e4d442007bcebf3c3ce19.zip
nixos-generators: 1.2.0 -> 1.3.0
-rw-r--r--pkgs/tools/nix/nixos-generators/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/nix/nixos-generators/default.nix b/pkgs/tools/nix/nixos-generators/default.nix
index 871e223eb4b..004a7347522 100644
--- a/pkgs/tools/nix/nixos-generators/default.nix
+++ b/pkgs/tools/nix/nixos-generators/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation rec {
   pname = "nixos-generators";
-  version = "1.2.0";
+  version = "1.3.0";
   src = fetchFromGitHub {
     owner = "nix-community";
     repo = "nixos-generators";
     rev = version;
-    sha256 = "1iwc39hzvzzyndxwbnl3fck7phxnjpnhy8zn4nyp8is1fiw0648v";
+    sha256 = "1gbj2jw7zv3mnq1lyj4q53jpfj642jy7lvg0kp060znvhws3370y";
   };
   nativeBuildInputs = [ makeWrapper ];
   installFlags = [ "PREFIX=$(out)" ];