spectrojack: 0.4 -> 0.4.1

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/spectrojack/versions.

These checks were done:

- built on NixOS
- /nix/store/vc60bssjlz3xpkd8mv3pvq6ymnida0d3-spectrojack-0.4.1/bin/spectrojack passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.4.1 with grep in /nix/store/vc60bssjlz3xpkd8mv3pvq6ymnida0d3-spectrojack-0.4.1
- directory tree listing: https://gist.github.com/edadad9b5269d1184d20fd2bc9796eb7
- du listing: https://gist.github.com/481859872810a39dd7668a81c4162d6e
This commit is contained in:
R. RyanTM 2018-06-18 22:26:15 -07:00
parent 4627f0719d
commit 21a7a98fa6

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "spectrojack-${version}"; name = "spectrojack-${version}";
version = "0.4"; version = "0.4.1";
src = fetchurl { src = fetchurl {
url = "http://sed.free.fr/spectrojack/${name}.tar.gz"; url = "http://sed.free.fr/spectrojack/${name}.tar.gz";
sha256 = "0p5aa55hnazv5djw0431mza068h7mjkb9pnglxfpqkx5z0czisdx"; sha256 = "1kiwx0kag7kq7rhg0bvckfm8r7pqmbk76ppa39cq2980jb5v8rfp";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libjack2 fftwFloat gtk2 ]; buildInputs = [ libjack2 fftwFloat gtk2 ];