summary refs log tree commit diff
path: root/pkgs/applications/audio/asunder/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-04-14 12:41:27 -0700
committerRobert Schütz <rschuetz17@gmail.com>2018-04-14 21:41:27 +0200
commit3c574a458a7be9311b4ac9c2d5e810e79205ee9c (patch)
treeb1688dac40e6716cb060e6c0151dca0141e86295 /pkgs/applications/audio/asunder/default.nix
parentd8f8e3c1b9b18b82bff925bc183b4129a49aaa6b (diff)
downloadnixpkgs-3c574a458a7be9311b4ac9c2d5e810e79205ee9c.tar
nixpkgs-3c574a458a7be9311b4ac9c2d5e810e79205ee9c.tar.gz
nixpkgs-3c574a458a7be9311b4ac9c2d5e810e79205ee9c.tar.bz2
nixpkgs-3c574a458a7be9311b4ac9c2d5e810e79205ee9c.tar.lz
nixpkgs-3c574a458a7be9311b4ac9c2d5e810e79205ee9c.tar.xz
nixpkgs-3c574a458a7be9311b4ac9c2d5e810e79205ee9c.tar.zst
nixpkgs-3c574a458a7be9311b4ac9c2d5e810e79205ee9c.zip
asunder: 2.9.2 -> 2.9.3 (#38750)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/asunder/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 2.9.3 with grep in /nix/store/maiwh6l7wa8gyjhx1zlg8l8xwrczszr7-asunder-2.9.3
- directory tree listing: https://gist.github.com/5cfcd566e15079a73ab786533722d002
Diffstat (limited to 'pkgs/applications/audio/asunder/default.nix')
-rw-r--r--pkgs/applications/audio/asunder/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/asunder/default.nix b/pkgs/applications/audio/asunder/default.nix
index bb0615df25b..9c42c98ba5e 100644
--- a/pkgs/applications/audio/asunder/default.nix
+++ b/pkgs/applications/audio/asunder/default.nix
@@ -12,11 +12,11 @@
 with stdenv.lib;
 
 stdenv.mkDerivation rec {
-  version = "2.9.2";
+  version = "2.9.3";
   name = "asunder-${version}";
   src = fetchurl {
     url = "http://littlesvr.ca/asunder/releases/${name}.tar.bz2";
-    sha256 = "0vjbxrrjih4c673sc39wj5whp81xp9kmnwqxwzfnmhkky970rg5r";
+    sha256 = "1630i1df06y840v3fgdf75jxw1s8kwbfn5bhi0686viah0scccw5";
   };
 
   nativeBuildInputs = [ pkgconfig ];