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

This commit is contained in:
Artturi 2021-08-07 20:59:00 +03:00 committed by GitHub
commit f0d3d7888b
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.36";
version = "3.2.39";
# release including submodule
src = fetchurl {
url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "sha256-pgA0mRglIBObNNUQIozNy6EvJQSmHRF+kN4EjqL4tt4=";
sha256 = "sha256-QGdy49RndRIBR3B+Z7iXbFyx5gxXO2GHNYc+iv0z47w=";
};
nativeBuildInputs = [ cmake extra-cmake-modules ];