Merge pull request #210581 from r-ryantm/auto-update/kid3

kid3: 3.9.2 -> 3.9.3
This commit is contained in:
Anderson Torres 2023-01-14 12:44:01 -03:00 committed by GitHub
commit 5c2347a3e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,11 +27,11 @@
stdenv.mkDerivation rec {
pname = "kid3";
version = "3.9.2";
version = "3.9.3";
src = fetchurl {
url = "https://download.kde.org/stable/${pname}/${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-R4Xv+PmzKZQF1tFtSQTFjaisGug2EKM6mPVoGutNnok=";
sha256 = "sha256-D2hrdej2Q69AYjDn2Ey4vBSOmzBY3UzZMUdJSRjurdA=";
};
nativeBuildInputs = [