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

calamares: 3.2.0 -> 3.2.1
This commit is contained in:
Frederik Rietdijk 2018-06-29 09:09:17 +02:00 committed by GitHub
commit 85be57d384
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.0";
version = "3.2.1";
# release including submodule
src = fetchurl {
url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${name}.tar.gz";
sha256 = "1i5q3hffjqi1id9kv8sixhddxd90d5qqmbc7gf5vf9m3c54pln64";
sha256 = "06i1fivcdzdf6fzj4db3izqcgy5q4wwgsmlx24szi88rd2j6prx9";
};
buildInputs = [