about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-01-30 14:29:44 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-01-30 14:29:44 +0000
commit903941707246f34771316e1cd72ea6585197b96a (patch)
tree216927beb595ea54112d0a3e9c5fdd914034df9f /pkgs/applications
parentdce0ca29d91e71e357f591b1c19ef4e1094785d6 (diff)
downloadnixlib-903941707246f34771316e1cd72ea6585197b96a.tar
nixlib-903941707246f34771316e1cd72ea6585197b96a.tar.gz
nixlib-903941707246f34771316e1cd72ea6585197b96a.tar.bz2
nixlib-903941707246f34771316e1cd72ea6585197b96a.tar.lz
nixlib-903941707246f34771316e1cd72ea6585197b96a.tar.xz
nixlib-903941707246f34771316e1cd72ea6585197b96a.tar.zst
nixlib-903941707246f34771316e1cd72ea6585197b96a.zip
x42-plugins: 20191215 -> 20200114
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/x42-plugins/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/x42-plugins/default.nix b/pkgs/applications/audio/x42-plugins/default.nix
index bae9cef71501..f4087506daa3 100644
--- a/pkgs/applications/audio/x42-plugins/default.nix
+++ b/pkgs/applications/audio/x42-plugins/default.nix
@@ -3,12 +3,12 @@
 , libGLU, lv2, gtk2, cairo, pango, fftwFloat, zita-convolver }:
 
 stdenv.mkDerivation rec {
-  version = "20191215";
+  version = "20200114";
   pname = "x42-plugins";
 
   src = fetchurl {
     url = "https://gareus.org/misc/x42-plugins/${pname}-${version}.tar.xz";
-    sha256 = "1mwfvhsvc0qgjyiwd8pmmam1mav43lmv39fljhmj9yri558v5g1c";
+    sha256 = "02f8wnsl9wg7pgf4sshr0hdjfjkwln870ffgjmb01nqk37v7hiyn";
   };
 
   nativeBuildInputs = [ pkgconfig ];