calamares: 3.2.61 -> 3.2.62

This commit is contained in:
R. Ryantm 2023-04-29 03:29:35 +00:00
parent 770f6182ac
commit 673b3b9c22

View file

@ -7,12 +7,12 @@
mkDerivation rec { mkDerivation rec {
pname = "calamares"; pname = "calamares";
version = "3.2.61"; version = "3.2.62";
# release including submodule # release including submodule
src = fetchurl { src = fetchurl {
url = "https://github.com/calamares/calamares/releases/download/v${version}/${pname}-${version}.tar.gz"; 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 [ patches = lib.optionals nixos-extensions [