summary refs log tree commit diff
path: root/pkgs/applications/audio/x42-plugins
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-12 04:43:02 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-03-12 04:43:02 -0700
commit7272f1610a44c078974a800199c7064bd31d9601 (patch)
treeb07c62d40fb463fa14514a29a3becd76688dda87 /pkgs/applications/audio/x42-plugins
parent213d6dd6ac1e440e95398448dae4bd6cf24989dd (diff)
downloadnixpkgs-7272f1610a44c078974a800199c7064bd31d9601.tar
nixpkgs-7272f1610a44c078974a800199c7064bd31d9601.tar.gz
nixpkgs-7272f1610a44c078974a800199c7064bd31d9601.tar.bz2
nixpkgs-7272f1610a44c078974a800199c7064bd31d9601.tar.lz
nixpkgs-7272f1610a44c078974a800199c7064bd31d9601.tar.xz
nixpkgs-7272f1610a44c078974a800199c7064bd31d9601.tar.zst
nixpkgs-7272f1610a44c078974a800199c7064bd31d9601.zip
x42-plugins: 20190105 -> 20190206
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/x42-plugins/versions
Diffstat (limited to 'pkgs/applications/audio/x42-plugins')
-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 e86a690ec6b..7e43225eedc 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 = "20190105";
+  version = "20190206";
   name = "x42-plugins-${version}";
 
   src = fetchurl {
     url = "https://gareus.org/misc/x42-plugins/${name}.tar.xz";
-    sha256 = "1bb7k3ly4qa05zgkbpm7d3x9cjch1fklgh279m6hp0ac3hhncdxp";
+    sha256 = "0rsp8lm8zr20l410whr98d61401rkphgpl8llbn5p2wsiw0q9aqd";
   };
 
   nativeBuildInputs = [ pkgconfig ];