Merge pull request #138354 from r-ryantm/auto-update/calamares

calamares: 3.2.42 -> 3.2.43
This commit is contained in:
Artturi
2021-09-20 07:09:20 +03:00
committed by GitHub
+2 -2
View File
@@ -6,12 +6,12 @@
mkDerivation rec {
pname = "calamares";
version = "3.2.42";
version = "3.2.43";
# release including submodule
src = fetchurl {
url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "sha256-NbtgtbhauEo7EGvNUNltUQRBpLlzBjAR0GLL9CadgsQ=";
sha256 = "sha256-68mt+bkdEBUODvyf3hh09snL+ecMfmSqNlVleOOJ2K8=";
};
nativeBuildInputs = [ cmake extra-cmake-modules ];