From a7fe4bbb01d70502faa930e500f6bac8faf512a8 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sat, 7 Jul 2018 21:30:49 -0700 Subject: [PATCH] mopidy-soundcloud: 2.0.2 -> 2.1.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/mopidy-soundcloud/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 2.1.0 with grep in /nix/store/6gkpzmzc9cfbxcjhivj3dg7rz9cw3ayj-mopidy-soundcloud-2.1.0 - directory tree listing: https://gist.github.com/846defa35810ad1c60db537d7a09e0c7 - du listing: https://gist.github.com/d30dd0f3aab3d0dccd1feaba74758eda --- pkgs/applications/audio/mopidy/soundcloud.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/mopidy/soundcloud.nix b/pkgs/applications/audio/mopidy/soundcloud.nix index 0fda09fd522..8002feb0f90 100644 --- a/pkgs/applications/audio/mopidy/soundcloud.nix +++ b/pkgs/applications/audio/mopidy/soundcloud.nix @@ -2,13 +2,13 @@ pythonPackages.buildPythonApplication rec { pname = "mopidy-soundcloud"; - version = "2.0.2"; + version = "2.1.0"; src = fetchFromGitHub { owner = "mopidy"; repo = "mopidy-soundcloud"; rev = "v${version}"; - sha256 = "13n44975n1wwcf7qg1c7drc2bavhjnr9hnq1v0n5hdgyx8ji67gi"; + sha256 = "131qdm9i0j3ayff0js11qcmbjv50ws5s6iiqr6x5b66ymjl4scfv"; }; propagatedBuildInputs = [ mopidy ];