about summary refs log tree commit diff
path: root/pkgs/tools/misc/calamares/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-01 01:32:34 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-06-23 14:56:13 +0200
commiteaea49b8ed70b6cb900503eaeb1c427fb4b27055 (patch)
tree5839147823edbdb9fe1356a0a6d240d168565c8b /pkgs/tools/misc/calamares/default.nix
parent1bb5f197a528dae0e0050792665681324356b874 (diff)
calamares: 3.2.7 -> 3.2.8
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
Diffstat (limited to 'pkgs/tools/misc/calamares/default.nix')
-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 14835b9dd67ea..8a269e3eb4b3d 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.7";
+  version = "3.2.8";
 
   # release including submodule
   src = fetchurl {
     url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${name}.tar.gz";
-    sha256 = "0dnxas0nca10vbqgspy27gn81izrpl5nqy66zxbkh4pfxmi7zqdk";
+    sha256 = "1ymyl12fzxc5jjfbw4pfmgzp036w0dai76f7anilw2bnwfzq5g62";
   };
 
   buildInputs = [