about summary refs log tree commit diff
path: root/pkgs/tools/misc/calamares
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2021-09-06 23:26:17 +0300
committerArtturin <Artturin@artturin.com>2021-09-06 23:26:17 +0300
commit6ea3694fd0ffa72cb659125319e9f3c4df453c62 (patch)
treead69f6095e11fba33887d61031653a956c953741 /pkgs/tools/misc/calamares
parenta2c2a38f70a1218a2a5403f4d250bb8fbd4fbf0d (diff)
calamares: 3.2.39 -> 3.2.42
Diffstat (limited to 'pkgs/tools/misc/calamares')
-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 d65d31d44c4e2..fd08f09b96075 100644
--- a/pkgs/tools/misc/calamares/default.nix
+++ b/pkgs/tools/misc/calamares/default.nix
@@ -6,12 +6,12 @@
 
 mkDerivation rec {
   pname = "calamares";
-  version = "3.2.39";
+  version = "3.2.42";
 
   # release including submodule
   src = fetchurl {
     url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz";
-    sha256 = "sha256-QGdy49RndRIBR3B+Z7iXbFyx5gxXO2GHNYc+iv0z47w=";
+    sha256 = "sha256-NbtgtbhauEo7EGvNUNltUQRBpLlzBjAR0GLL9CadgsQ=";
   };
 
   nativeBuildInputs = [ cmake extra-cmake-modules ];