summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-04 11:55:25 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-04 11:55:25 -0700
commita194c0ed0311e478df07d2abc243bd321bb9ca65 (patch)
treeafa8f95ef9c75d83414d0694026b2aebe40cd131
parenta260b3d681164bedaeb90fd578390147799d638c (diff)
downloadnixpkgs-a194c0ed0311e478df07d2abc243bd321bb9ca65.tar
nixpkgs-a194c0ed0311e478df07d2abc243bd321bb9ca65.tar.gz
nixpkgs-a194c0ed0311e478df07d2abc243bd321bb9ca65.tar.bz2
nixpkgs-a194c0ed0311e478df07d2abc243bd321bb9ca65.tar.lz
nixpkgs-a194c0ed0311e478df07d2abc243bd321bb9ca65.tar.xz
nixpkgs-a194c0ed0311e478df07d2abc243bd321bb9ca65.tar.zst
nixpkgs-a194c0ed0311e478df07d2abc243bd321bb9ca65.zip
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
-rw-r--r--pkgs/applications/audio/elisa/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/elisa/default.nix b/pkgs/applications/audio/elisa/default.nix
index bda9d3b54bb..4f2ec36152a 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 ];