about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-08-07 20:23:08 -0300
committerGitHub <noreply@github.com>2022-08-07 20:23:08 -0300
commitdd3c008933b719786cbb98f333ab369c24f33ed3 (patch)
treef4afabbbc26d4d4bdeb5c67e770f60630c993181
parente75c6e22dadb3a64d8d3f7d5a0bc75be40b1698a (diff)
parent73a30899b234db1c81e4327567e3414246be312c (diff)
Merge pull request #185516 from r-ryantm/auto-update/kid3
kid3: 3.9.1 -> 3.9.2
-rw-r--r--pkgs/applications/audio/kid3/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/kid3/default.nix b/pkgs/applications/audio/kid3/default.nix
index 37bb05d903874..b4961384080eb 100644
--- a/pkgs/applications/audio/kid3/default.nix
+++ b/pkgs/applications/audio/kid3/default.nix
@@ -27,11 +27,11 @@
 
 stdenv.mkDerivation rec {
   pname = "kid3";
-  version = "3.9.1";
+  version = "3.9.2";
 
   src = fetchurl {
     url = "https://download.kde.org/stable/${pname}/${version}/${pname}-${version}.tar.xz";
-    sha256 = "sha256-N/HDwfJn7Py4y/GZcIDbeoMEqG+SuRGO23ITZMot8cc=";
+    sha256 = "sha256-R4Xv+PmzKZQF1tFtSQTFjaisGug2EKM6mPVoGutNnok=";
   };
 
   nativeBuildInputs = [