summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-09-07 02:26:59 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-09-07 02:26:59 -0700
commitec0f3bc0fb3444f08c17daca8e66c2fc01ae2232 (patch)
treef3059486449576669dc6dd1827e142b5caae028e
parent6767396e380b39128e5decf30d6cb87481a75490 (diff)
downloadnixlib-ec0f3bc0fb3444f08c17daca8e66c2fc01ae2232.tar
nixlib-ec0f3bc0fb3444f08c17daca8e66c2fc01ae2232.tar.gz
nixlib-ec0f3bc0fb3444f08c17daca8e66c2fc01ae2232.tar.bz2
nixlib-ec0f3bc0fb3444f08c17daca8e66c2fc01ae2232.tar.lz
nixlib-ec0f3bc0fb3444f08c17daca8e66c2fc01ae2232.tar.xz
nixlib-ec0f3bc0fb3444f08c17daca8e66c2fc01ae2232.tar.zst
nixlib-ec0f3bc0fb3444f08c17daca8e66c2fc01ae2232.zip
calamares: 3.2.1 -> 3.2.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/calamares/versions
-rw-r--r--pkgs/tools/misc/calamares/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/calamares/default.nix b/pkgs/tools/misc/calamares/default.nix
index e154e217e951..c799b08bd446 100644
--- a/pkgs/tools/misc/calamares/default.nix
+++ b/pkgs/tools/misc/calamares/default.nix
@@ -7,12 +7,12 @@
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
   pname = "calamares";
-  version = "3.2.1";
+  version = "3.2.2";
 
   # release including submodule
   src = fetchurl {
     url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${name}.tar.gz";
-    sha256 = "06i1fivcdzdf6fzj4db3izqcgy5q4wwgsmlx24szi88rd2j6prx9";
+    sha256 = "14hsv2m0jza33kf68l3rhqfjj7224fmvgvk1kg2qwhvplpjdn16v";
   };
 
   buildInputs = [