We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7746ea9 commit 62b5e44Copy full SHA for 62b5e44
pkgs/by-name/ti/tinycompress/package.nix
@@ -5,11 +5,11 @@
5
6
stdenv.mkDerivation rec {
7
pname = "tinycompress";
8
- version = "1.2.11";
+ version = "1.2.13";
9
10
src = fetchurl {
11
url = "mirror://alsa/tinycompress/tinycompress-${version}.tar.bz2";
12
- hash = "sha256-6754jCgyjnzKJFqvkZSlrQ3JHp4NyIPCz5/rbULJ8/w=";
+ hash = "sha256-Dv5svXv/MZg+DUFt8ENnZ2ZcxM1w0njAbODoPg7qtds=";
13
};
14
15
meta = with lib; {
0 commit comments