about summary refs log tree commit diff
path: root/pkgs/applications/audio/mopidy-moped/default.nix
diff options
context:
space:
mode:
authorRickard Nilsson <rickynils@gmail.com>2014-08-13 12:03:03 +0200
committerRickard Nilsson <rickynils@gmail.com>2014-08-13 12:03:03 +0200
commit4ddc38f50a96266ffb7b68b7da15da1acb183674 (patch)
tree3b74157be7b85af834ede758fa7eb02012260248 /pkgs/applications/audio/mopidy-moped/default.nix
parent3553798cfbcc3394c49391cdf621731d75f84936 (diff)
mopdiy-moped: Update from 0.3.1 to 0.3.3
Diffstat (limited to 'pkgs/applications/audio/mopidy-moped/default.nix')
-rw-r--r--pkgs/applications/audio/mopidy-moped/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/mopidy-moped/default.nix b/pkgs/applications/audio/mopidy-moped/default.nix
index 8e3489a912233..c50a1798b47f4 100644
--- a/pkgs/applications/audio/mopidy-moped/default.nix
+++ b/pkgs/applications/audio/mopidy-moped/default.nix
@@ -3,11 +3,11 @@
 pythonPackages.buildPythonPackage rec {
   name = "mopidy-moped-${version}";
 
-  version = "0.3.1";
+  version = "0.3.3";
 
   src = fetchurl {
     url = "https://github.com/martijnboland/moped/archive/v${version}.tar.gz";
-    sha256 = "0sjp8vr4yfyjx233gamhg0p67zjnlpc9yq3szbw897igsh23j2yr";
+    sha256 = "19f3asqx7wmla53nhrxzdwj6qlkjv2rcwh34jxp27bz7nkhn0ihv";
   };
 
   propagatedBuildInputs = [ mopidy ];