summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 12:06:34 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 12:06:34 -0700
commitcc9d1d8b6d8f9d7f0098a8384305cf954c820941 (patch)
tree69843be59974cfd7e6ba83e7fd98a90094abbc49 /pkgs/applications/audio
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixlib-cc9d1d8b6d8f9d7f0098a8384305cf954c820941.tar
nixlib-cc9d1d8b6d8f9d7f0098a8384305cf954c820941.tar.gz
nixlib-cc9d1d8b6d8f9d7f0098a8384305cf954c820941.tar.bz2
nixlib-cc9d1d8b6d8f9d7f0098a8384305cf954c820941.tar.lz
nixlib-cc9d1d8b6d8f9d7f0098a8384305cf954c820941.tar.xz
nixlib-cc9d1d8b6d8f9d7f0098a8384305cf954c820941.tar.zst
nixlib-cc9d1d8b6d8f9d7f0098a8384305cf954c820941.zip
fldigi: 4.0.16 -> 4.0.17
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/87mml563vxqamznb9i9kfyi1pz9ldkxj-fldigi-4.0.17/bin/fldigi passed the binary check.
- Warning: no invocation of /nix/store/87mml563vxqamznb9i9kfyi1pz9ldkxj-fldigi-4.0.17/bin/flarq had a zero exit code or showed the expected version
- 1 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 4.0.17 with grep in /nix/store/87mml563vxqamznb9i9kfyi1pz9ldkxj-fldigi-4.0.17
- directory tree listing: https://gist.github.com/fa90913d77a29b869e48c2c455710bd7
- du listing: https://gist.github.com/9172dd2cacb00accaffafe285aacea29
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/fldigi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/fldigi/default.nix b/pkgs/applications/audio/fldigi/default.nix
index 246e02c53c72..fc01a543e285 100644
--- a/pkgs/applications/audio/fldigi/default.nix
+++ b/pkgs/applications/audio/fldigi/default.nix
@@ -2,13 +2,13 @@
   libsamplerate, libpulseaudio, libXinerama, gettext, pkgconfig, alsaLib }:
 
 stdenv.mkDerivation rec {
-  version = "4.0.16";
+  version = "4.0.17";
   pname = "fldigi";
   name = "${pname}-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/${pname}/${name}.tar.gz";
-    sha256 = "1gcahm1lv3yfscaxanrx6q7dydxjznw98vdc0f8zgdb15na3f0g7";
+    sha256 = "1z8w0dxfc2nm1iy1vv18s5s88ys9vvbqawjvhsymxj56jqjzzp4q";
   };
 
   buildInputs = [ libXinerama gettext hamlib fltk13 libjpeg libpng portaudio