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

This commit is contained in:
Sandro 2022-03-23 05:00:53 +01:00 committed by GitHub
commit 781cfbe10d
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.53";
version = "3.2.54";
# release including submodule
src = fetchurl {
url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "sha256-LWkgQsvP7XmupBDSAnbwewWRT+ZaALyDFw3w7iz66X0=";
sha256 = "sha256-TfdLbDsjjPC/8BoEVm4mXePxQ8KX+9jgwKqUR1lcyOk=";
};
nativeBuildInputs = [ cmake extra-cmake-modules ];