about summary refs log tree commit diff
path: root/pkgs/applications/audio/deadbeef/plugins
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-27 23:04:35 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-27 23:04:35 -0700
commit5e885b005d12eeca0be89cebe50967d3e5ac91dc (patch)
treeaf965e84b49aabe69e4cd4b64510c73936860d95 /pkgs/applications/audio/deadbeef/plugins
parent7c9d95fef59e2bc80fbde535df235a93d6690cc3 (diff)
deadbeef-mpris2-plugin: 1.10 -> 1.11
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/deadbeef-mpris2-plugin/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 1.11 with grep in /nix/store/isa0i2bjry1xg3l8895k10w1zwd4ij9f-deadbeef-mpris2-plugin-1.11
- directory tree listing: https://gist.github.com/020d669dc365b545d61d171c5566d03a
- du listing: https://gist.github.com/9cd938a3d8215dbc4f00d62fe20ca4f5
Diffstat (limited to 'pkgs/applications/audio/deadbeef/plugins')
-rw-r--r--pkgs/applications/audio/deadbeef/plugins/mpris2.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/deadbeef/plugins/mpris2.nix b/pkgs/applications/audio/deadbeef/plugins/mpris2.nix
index c6509b5f460ee..4e2e75953f35d 100644
--- a/pkgs/applications/audio/deadbeef/plugins/mpris2.nix
+++ b/pkgs/applications/audio/deadbeef/plugins/mpris2.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "deadbeef-mpris2-plugin-${version}";
-  version = "1.10";
+  version = "1.11";
 
   src = fetchurl {
     url = "https://github.com/Serranya/deadbeef-mpris2-plugin/releases/download/v${version}/${name}.tar.xz";
-    sha256 = "083fbvi06y85khr8hdm4rl5alxdanjbbyphizyr4hi93d7a0jg75";
+    sha256 = "1j631z34rwxf6wdjpsf8c2f1saq6qas1qmkgsg63m6zzpwqyizw0";
   };
 
   nativeBuildInputs = [ pkgconfig ];