summary refs log tree commit diff
path: root/pkgs/applications/audio/freewheeling
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-07 09:17:30 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-07 09:17:30 -0700
commit53a2a47c623c62444a6114c9259653162d1ac412 (patch)
tree9069f625e11f08bb2ac078a283aeab02bfd6c149 /pkgs/applications/audio/freewheeling
parentc45eadf31ddf61328a33dc9215c4b1f1f4f2c0d2 (diff)
downloadnixlib-53a2a47c623c62444a6114c9259653162d1ac412.tar
nixlib-53a2a47c623c62444a6114c9259653162d1ac412.tar.gz
nixlib-53a2a47c623c62444a6114c9259653162d1ac412.tar.bz2
nixlib-53a2a47c623c62444a6114c9259653162d1ac412.tar.lz
nixlib-53a2a47c623c62444a6114c9259653162d1ac412.tar.xz
nixlib-53a2a47c623c62444a6114c9259653162d1ac412.tar.zst
nixlib-53a2a47c623c62444a6114c9259653162d1ac412.zip
freewheeling: 0.6.2 -> 0.6.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.6.4 with grep in /nix/store/qghkfd9jdwr48g1jjgxrmih3465z2zs8-freewheeling-0.6.4
- directory tree listing: https://gist.github.com/8096c1ffb038059894be62a355461c42
Diffstat (limited to 'pkgs/applications/audio/freewheeling')
-rw-r--r--pkgs/applications/audio/freewheeling/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/freewheeling/default.nix b/pkgs/applications/audio/freewheeling/default.nix
index 25704d262801..4266b8c69bb8 100644
--- a/pkgs/applications/audio/freewheeling/default.nix
+++ b/pkgs/applications/audio/freewheeling/default.nix
@@ -8,13 +8,13 @@ in
 
 stdenv.mkDerivation rec {
   name = "freewheeling-${version}";
-  version = "0.6.2";
+  version = "0.6.4";
 
   src = fetchFromGitHub {
     owner = "free-wheeling";
     repo = "freewheeling";
     rev = "v${version}";
-    sha256 = "01hmp0jxzxpb5sl0x91hdlwmbw9n4yffrpra4f89s4n8cixrz3d9";
+    sha256 = "1xflbbnjdibjmyxb1zq8liylaw5k03nnl1z3272jh204pqh17ri9";
   };
 
   nativeBuildInputs = [ pkgconfig autoreconfHook libtool ];