summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-28 01:25:06 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-28 01:25:06 -0700
commita793b31caa60493614b7e3f9860c1f936c8c0592 (patch)
treef9fd328670981b9733e8fc80803bbfcccd979653 /pkgs/tools/misc
parent7c9d95fef59e2bc80fbde535df235a93d6690cc3 (diff)
downloadnixlib-a793b31caa60493614b7e3f9860c1f936c8c0592.tar
nixlib-a793b31caa60493614b7e3f9860c1f936c8c0592.tar.gz
nixlib-a793b31caa60493614b7e3f9860c1f936c8c0592.tar.bz2
nixlib-a793b31caa60493614b7e3f9860c1f936c8c0592.tar.lz
nixlib-a793b31caa60493614b7e3f9860c1f936c8c0592.tar.xz
nixlib-a793b31caa60493614b7e3f9860c1f936c8c0592.tar.zst
nixlib-a793b31caa60493614b7e3f9860c1f936c8c0592.zip
calamares: 3.2.0 -> 3.2.1
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.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/krqvinap3lgbn4ka1qnshi9mxvlj9syl-calamares-3.2.1/bin/calamares had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.2.1 with grep in /nix/store/krqvinap3lgbn4ka1qnshi9mxvlj9syl-calamares-3.2.1
- directory tree listing: https://gist.github.com/9765935d9d60806e75255e4a33bbba21
- du listing: https://gist.github.com/c356abacb504a32f4376ca8fd2e58638
Diffstat (limited to 'pkgs/tools/misc')
-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 5dba7744d7b3..e154e217e951 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.0";
+  version = "3.2.1";
 
   # release including submodule
   src = fetchurl {
     url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${name}.tar.gz";
-    sha256 = "1i5q3hffjqi1id9kv8sixhddxd90d5qqmbc7gf5vf9m3c54pln64";
+    sha256 = "06i1fivcdzdf6fzj4db3izqcgy5q4wwgsmlx24szi88rd2j6prx9";
   };
 
   buildInputs = [