From 98f89e5f5c68ae0469fb825e90f69dbc3bd960e3 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Tue, 22 May 2018 09:21:47 -0700 Subject: [PATCH] calamares: 3.1.12 -> 3.2.0 (#40870) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/calamares/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/zj062x5cqa9q77mddh01r14ia5ydfy4r-calamares-3.2.0/bin/calamares had a zero exit code or showed the expected version - 0 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 3.2.0 with grep in /nix/store/zj062x5cqa9q77mddh01r14ia5ydfy4r-calamares-3.2.0 - directory tree listing: https://gist.github.com/10cd4415ded3afaf27cce14adc67e5e7 - du listing: https://gist.github.com/003ee89d5edc0dd858081d1bfefec1a4 --- pkgs/tools/misc/calamares/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/calamares/default.nix b/pkgs/tools/misc/calamares/default.nix index f66cc60c926..5dba7744d7b 100644 --- a/pkgs/tools/misc/calamares/default.nix +++ b/pkgs/tools/misc/calamares/default.nix @@ -7,12 +7,12 @@ stdenv.mkDerivation rec { name = "${pname}-${version}"; pname = "calamares"; - version = "3.1.12"; + version = "3.2.0"; # release including submodule src = fetchurl { url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${name}.tar.gz"; - sha256 = "0k59wnch2gmbsr5dh5swbjp4rkf5c1ml0n4sxf196wdasraismc6"; + sha256 = "1i5q3hffjqi1id9kv8sixhddxd90d5qqmbc7gf5vf9m3c54pln64"; }; buildInputs = [