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

calamares: 3.2.43 -> 3.2.44.3
This commit is contained in:
Mario Rodas 2021-11-14 21:16:27 -05:00 committed by GitHub
commit 1f62215dcf
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.43";
version = "3.2.44.3";
# release including submodule
src = fetchurl {
url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "sha256-68mt+bkdEBUODvyf3hh09snL+ecMfmSqNlVleOOJ2K8=";
sha256 = "sha256-p3ctULrzXPt9dNs8Ckb7cqdOBpp4qOmEwu0dEVq8lEw=";
};
nativeBuildInputs = [ cmake extra-cmake-modules ];