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

calamares: 3.2.2 -> 3.2.4
This commit is contained in:
worldofpeace 2019-02-17 01:40:11 +00:00 committed by GitHub
commit e6fc400958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,12 +7,12 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "calamares";
version = "3.2.2";
version = "3.2.4";
# release including submodule
src = fetchurl {
url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${name}.tar.gz";
sha256 = "14hsv2m0jza33kf68l3rhqfjj7224fmvgvk1kg2qwhvplpjdn16v";
sha256 = "0wsr1awmk5dnx2cqpp5sb6xhsq7b1jqwbsi1n39db97iyshah6fb";
};
buildInputs = [