about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorfigsoda2022-12-23 00:35:32 -0500
committerGitHub2022-12-23 00:35:32 -0500
commit338bf0b32595915b44f36d7257b0d868daad0e7a (patch)
treef80aada689ad4ce3283a7680b2654d8e9907d277 /pkgs/applications
parent1693ed2be9e6904c9a4621da37b2c5a7c5529789 (diff)
parentbc89a6619838533275c473b23cc24dbc8169f889 (diff)
Merge pull request #207367 from r-ryantm/auto-update/tauon
tauon: 7.4.6 -> 7.4.7
Diffstat (limited to 'pkgs/applications')
-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 777f7c171c10..d6e56c98125f 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.6";
+  version = "7.4.7";
 
   src = fetchFromGitHub {
     owner = "Taiko2k";
     repo = "TauonMusicBox";
     rev = "v${version}";
-    sha256 = "sha256-G3DDr2ON35ctjPkRMJDjnfDHMHMhR3tlTgJ65DXvzwk=";
+    sha256 = "sha256-WUHMXsbnNaDlV/5bCOPMadJKWoF5i2UlFf9fcX6GCZ0=";
   };
 
   postUnpack = ''