tinycompress: 1.2.11 -> 1.2.13

This commit is contained in:
R. Ryantm
2024-12-02 16:25:23 +00:00
parent 7746ea9889
commit 62b5e44e12
+2 -2
View File
@@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "tinycompress";
version = "1.2.11";
version = "1.2.13";
src = fetchurl {
url = "mirror://alsa/tinycompress/tinycompress-${version}.tar.bz2";
hash = "sha256-6754jCgyjnzKJFqvkZSlrQ3JHp4NyIPCz5/rbULJ8/w=";
hash = "sha256-Dv5svXv/MZg+DUFt8ENnZ2ZcxM1w0njAbODoPg7qtds=";
};
meta = with lib; {