summary refs log tree commit diff
path: root/pkgs/applications/audio/mopidy
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-03 00:48:55 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-01-03 00:48:55 -0800
commit8e492b733fba89ebf608a96c5fdfc0a29ec5ce49 (patch)
treeab4538f6e5006021e756813f826de86a646ebc0f /pkgs/applications/audio/mopidy
parentde96413bbfc3deae4e81b48d7d973f836985c39c (diff)
downloadnixpkgs-8e492b733fba89ebf608a96c5fdfc0a29ec5ce49.tar
nixpkgs-8e492b733fba89ebf608a96c5fdfc0a29ec5ce49.tar.gz
nixpkgs-8e492b733fba89ebf608a96c5fdfc0a29ec5ce49.tar.bz2
nixpkgs-8e492b733fba89ebf608a96c5fdfc0a29ec5ce49.tar.lz
nixpkgs-8e492b733fba89ebf608a96c5fdfc0a29ec5ce49.tar.xz
nixpkgs-8e492b733fba89ebf608a96c5fdfc0a29ec5ce49.tar.zst
nixpkgs-8e492b733fba89ebf608a96c5fdfc0a29ec5ce49.zip
mopidy: 2.2.1 -> 2.2.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mopidy/versions
Diffstat (limited to 'pkgs/applications/audio/mopidy')
-rw-r--r--pkgs/applications/audio/mopidy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/mopidy/default.nix b/pkgs/applications/audio/mopidy/default.nix
index 81b14a69453..9015a8c749a 100644
--- a/pkgs/applications/audio/mopidy/default.nix
+++ b/pkgs/applications/audio/mopidy/default.nix
@@ -4,13 +4,13 @@
 
 pythonPackages.buildPythonApplication rec {
   pname = "mopidy";
-  version = "2.2.1";
+  version = "2.2.2";
 
   src = fetchFromGitHub {
     owner = "mopidy";
     repo = "mopidy";
     rev = "v${version}";
-    sha256 = "012gg6x6d27adbfnwd4a607dl49bzk74az6h9djfvl2w0rbxzhhr";
+    sha256 = "01vl162c7ssf69b0m65ys9fxnsqnfa1whwbprnc063lkcnrnlkr1";
   };
 
   nativeBuildInputs = [ wrapGAppsHook ];