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-09-25 00:39:08 +0300
committerJan Solanti <jhs@psonet.com>2022-09-27 01:33:10 +0300
commitfca3ab75121a0c4820d1aee1ea5acf93eac340b9 (patch)
tree7453ecc0647fff9391c3d10379d470ad53ca73f2 /pkgs/applications/audio/tauon/default.nix
parenteef80a830f5043d1833b05c15df28e590e2833e8 (diff)
tauon: 7.4.0 -> 7.4.1
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 c82cfaf4a0640..31a197071045e 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.0";
+  version = "7.4.1";
 
   src = fetchFromGitHub {
     owner = "Taiko2k";
     repo = "TauonMusicBox";
     rev = "v${version}";
-    sha256 = "sha256-bruv3v0j0Bj/y9yscF8ClRDswlsdwz2lpyzPfY148Kc=";
+    sha256 = "sha256-cHuEmRQG40p04MXcwmYMm7Jih+mYre9IBnOPMx1/k7k=";
   };
 
   postUnpack = ''