Skip to content

Commit b9e553d

Browse files
authored
tinycompress: 1.2.11 -> 1.2.13 (#361148)
2 parents 41a0a66 + 62b5e44 commit b9e553d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ti/tinycompress/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
stdenv.mkDerivation rec {
77
pname = "tinycompress";
8-
version = "1.2.11";
8+
version = "1.2.13";
99

1010
src = fetchurl {
1111
url = "mirror://alsa/tinycompress/tinycompress-${version}.tar.bz2";
12-
hash = "sha256-6754jCgyjnzKJFqvkZSlrQ3JHp4NyIPCz5/rbULJ8/w=";
12+
hash = "sha256-Dv5svXv/MZg+DUFt8ENnZ2ZcxM1w0njAbODoPg7qtds=";
1313
};
1414

1515
meta = with lib; {

0 commit comments

Comments
 (0)