about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJan Solanti <jhs@psonet.com>2022-10-31 23:57:32 +0200
committerJan Solanti <jhs@psonet.com>2022-10-31 23:57:32 +0200
commit0faea3752b7313ac03b6f292747d8a04cfc5b785 (patch)
treedbaf1cffa10edecfcb76bd31ba6155932891be3c /pkgs
parentd8be1b011fa763ab0261366b59be108e04b50f79 (diff)
tauon: 7.4.2 -> 7.4.3
Diffstat (limited to 'pkgs')
-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 6c39fdcf5fc08..24c8e610a692d 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.2";
+  version = "7.4.3";
 
   src = fetchFromGitHub {
     owner = "Taiko2k";
     repo = "TauonMusicBox";
     rev = "v${version}";
-    sha256 = "sha256-fEEu7GqK1leOop3kd1Ci9BAH2bP31jvTOg3DEL8lIF4=";
+    sha256 = "sha256-eB4fwW5UvylVslSEvDFdCVYcEK3M2H+8VJGHH13vvA0=";
   };
 
   postUnpack = ''