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
commit aaa19a3696
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];