summary refs log tree commit diff
path: root/pkgs/applications/audio/lollypop
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-03-18 21:42:03 -0400
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-03-18 23:31:12 -0400
commit6e723189044e0d836b3212fbc49482cd2a3851c6 (patch)
treee54303c20adbbc6fbbb2397637ca5a7c97c4dac7 /pkgs/applications/audio/lollypop
parente4c9a026c19933c718559b881d5292fe0e00ab1d (diff)
downloadnixpkgs-6e723189044e0d836b3212fbc49482cd2a3851c6.tar
nixpkgs-6e723189044e0d836b3212fbc49482cd2a3851c6.tar.gz
nixpkgs-6e723189044e0d836b3212fbc49482cd2a3851c6.tar.bz2
nixpkgs-6e723189044e0d836b3212fbc49482cd2a3851c6.tar.lz
nixpkgs-6e723189044e0d836b3212fbc49482cd2a3851c6.tar.xz
nixpkgs-6e723189044e0d836b3212fbc49482cd2a3851c6.tar.zst
nixpkgs-6e723189044e0d836b3212fbc49482cd2a3851c6.zip
lollypop: 0.9.923 -> 1.0
Large release, regressions expected.

Changes: https://gitlab.gnome.org/World/lollypop/compare/0.9.923...1.0

Release Notes:
* https://gitlab.gnome.org/World/lollypop/tags/0.9.924
* https://gitlab.gnome.org/World/lollypop/tags/0.9.925
* https://gitlab.gnome.org/World/lollypop/tags/1.0
Diffstat (limited to 'pkgs/applications/audio/lollypop')
-rw-r--r--pkgs/applications/audio/lollypop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/lollypop/default.nix b/pkgs/applications/audio/lollypop/default.nix
index 82774b61d4c..6c4818f869f 100644
--- a/pkgs/applications/audio/lollypop/default.nix
+++ b/pkgs/applications/audio/lollypop/default.nix
@@ -5,7 +5,7 @@
 
 python3.pkgs.buildPythonApplication rec  {
   pname = "lollypop";
-  version = "0.9.923";
+  version = "1.0";
 
   format = "other";
   doCheck = false;
@@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec  {
     url = "https://gitlab.gnome.org/World/lollypop";
     rev = "refs/tags/${version}";
     fetchSubmodules = true;
-    sha256 = "0jgz36lrhigcsr9vs5sp4ngv8rir3zqicygymjv7d61d6pclkx1z";
+    sha256 = "00hjxpgmhzhyjjdpm92cbbxwnc17xdhhk8svk5ih3n18yk5655fs";
   };
 
   nativeBuildInputs = [