mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 19:08:47 +00:00
calamares: 3.2.61 -> 3.2.62
This commit is contained in:
parent
770f6182ac
commit
673b3b9c22
@ -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 [
|
||||
|
Loading…
Reference in New Issue
Block a user