From a194c0ed0311e478df07d2abc243bd321bb9ca65 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Wed, 4 Jul 2018 11:55:25 -0700 Subject: elisa: 0.1.80 -> 0.2.0 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/elisa/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/x9jdlmln6ywpx5c2qh7vmfdn93djnxk3-elisa-0.2.0/bin/elisa had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/x9jdlmln6ywpx5c2qh7vmfdn93djnxk3-elisa-0.2.0/bin/.elisa-wrapped had a zero exit code or showed the expected version - 0 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 0.2.0 with grep in /nix/store/x9jdlmln6ywpx5c2qh7vmfdn93djnxk3-elisa-0.2.0 - directory tree listing: https://gist.github.com/6a824e1b1cbc4a270bb07962f2026bfb - du listing: https://gist.github.com/ac472eaf8c7eb82ee6d9c2283ab33ca9 --- pkgs/applications/audio/elisa/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/elisa/default.nix b/pkgs/applications/audio/elisa/default.nix index bda9d3b54bb8..4f2ec36152ae 100644 --- a/pkgs/applications/audio/elisa/default.nix +++ b/pkgs/applications/audio/elisa/default.nix @@ -7,13 +7,13 @@ mkDerivation rec { name = "elisa-${version}"; - version = "0.1.80"; + version = "0.2.0"; src = fetchFromGitHub { owner = "KDE"; repo = "elisa"; rev = "v${version}"; - sha256 = "1kyvdxbsfi692zazw8vjy6mwyy0sa4r1cim8gsiv9pphfh5bpxb1"; + sha256 = "0lpzn55b8gf3byzwv9909x40p98aqlh35vidkrwnnbwgygsa85bw"; }; nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ]; -- cgit 1.4.1