about summary refs log tree commit diff
path: root/pkgs/applications/audio/tauon/default.nix
diff options
context:
space:
mode:
authorJan Solanti <jhs@psonet.com>2022-10-07 01:50:50 +0300
committerJan Solanti <jhs@psonet.com>2022-10-07 01:51:30 +0300
commit7f04e9206490460184bc6acf6cf663e0c21bdd07 (patch)
treebe0cd5c96049a6972bcf6645a275b2b32c4d9e65 /pkgs/applications/audio/tauon/default.nix
parentf65793f87cafbcc1e6dd4a016eb5c21dc9a6733a (diff)
tauon: 7.4.1 -> 7.4.2
Diffstat (limited to 'pkgs/applications/audio/tauon/default.nix')
-rw-r--r--pkgs/applications/audio/tauon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/tauon/default.nix b/pkgs/applications/audio/tauon/default.nix
index 48bae2b59bd5a..6c39fdcf5fc08 100644
--- a/pkgs/applications/audio/tauon/default.nix
+++ b/pkgs/applications/audio/tauon/default.nix
@@ -25,13 +25,13 @@
 
 stdenv.mkDerivation rec {
   pname = "tauon";
-  version = "7.4.1";
+  version = "7.4.2";
 
   src = fetchFromGitHub {
     owner = "Taiko2k";
     repo = "TauonMusicBox";
     rev = "v${version}";
-    sha256 = "sha256-cHuEmRQG40p04MXcwmYMm7Jih+mYre9IBnOPMx1/k7k=";
+    sha256 = "sha256-fEEu7GqK1leOop3kd1Ci9BAH2bP31jvTOg3DEL8lIF4=";
   };
 
   postUnpack = ''