about summary refs log tree commit diff
path: root/pkgs/applications/audio/soundtracker
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2021-06-17 20:28:08 +0200
committerFrancesco Gazzetta <fgaz@fgaz.me>2021-06-17 20:28:08 +0200
commit7cc5590b9236a62ba53b92e36a06f1c61b4ef682 (patch)
treee6d48645fdea3753b9e9310a051c412142e843ab /pkgs/applications/audio/soundtracker
parentb26545db7e07e26f2ebacf449400f5aa04ee7f29 (diff)
soundtracker: 1.0.1 -> 1.0.2.1
Diffstat (limited to 'pkgs/applications/audio/soundtracker')
-rw-r--r--pkgs/applications/audio/soundtracker/default.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/applications/audio/soundtracker/default.nix b/pkgs/applications/audio/soundtracker/default.nix
index 3dc9089b241fe..25e784b2735b9 100644
--- a/pkgs/applications/audio/soundtracker/default.nix
+++ b/pkgs/applications/audio/soundtracker/default.nix
@@ -12,15 +12,15 @@
 
 stdenv.mkDerivation rec {
   pname = "soundtracker";
-  version = "1.0.1";
+  version = "1.0.2.1";
 
   src = fetchurl {
     # Past releases get moved to the "old releases" directory.
     # Only the latest release is at the top level.
     # Nonetheless, only the name of the file seems to affect which file is
     # downloaded, so this path should be fine both for old and current releases.
-    url = "mirror://sourceforge/soundtracker/soundtracker-${version}.tar.bz2";
-    sha256 = "0m5iiqccch6w53khpvdldz59zymw13vmwqc5ggx3sn41riwbd6ks";
+    url = "mirror://sourceforge/soundtracker/soundtracker-${version}.tar.xz";
+    sha256 = "0nh0dwz8nldc040q6n06vlazhss8ms42r2dffhjcrqj3hbrvfx82";
   };
 
   nativeBuildInputs = [
@@ -35,8 +35,6 @@ stdenv.mkDerivation rec {
     goocanvas
   ] ++ lib.optional stdenv.isLinux alsa-lib;
 
-  hardeningDisable = [ "format" ];
-
   meta = with lib; {
     description = "A music tracking tool similar in design to the DOS program FastTracker and the Amiga legend ProTracker";
     longDescription = ''