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

calamares: 3.2.61 -> 3.2.62
This commit is contained in:
Weijia Wang 2023-04-29 11:38:22 +03:00 committed by GitHub
commit 65ce28173c
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.61";
version = "3.2.62";
# release including submodule
src = fetchurl {
url = "https://github.com/calamares/calamares/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "sha256-dZG5tgc4vbp7neK42lRiqyEAbbBqAG8N0hrFuDJxHdI=";
sha256 = "sha256-oPvOwqQ4aTdT/BdCIDVhGa1624orGcMXUYqhywJdbdA=";
};
patches = lib.optionals nixos-extensions [