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

calamares: 3.2.59 -> 3.2.60
This commit is contained in:
Christian Kögler 2022-08-15 17:01:08 +02:00 committed by GitHub
commit 978c89cb95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,12 +7,12 @@
mkDerivation rec {
pname = "calamares";
version = "3.2.59";
version = "3.2.60";
# release including submodule
src = fetchurl {
url = "https://github.com/calamares/calamares/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "55adef250613e80a868f2aa3d1e57bdae5b769387d91decf0fe2b64e3605574f";
sha256 = "sha256-nsbEn04jFs0wWNQCwqtl7/8C4/CaACjVDwNZ5RVObIw=";
};
patches = lib.optionals nixos-extensions [