Skip to content

Commit a02b96e

Browse files
committed
liboggz: 1.1.1 -> 1.1.2
1 parent 6f1338e commit a02b96e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/liboggz/package.nix

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

99
stdenv.mkDerivation rec {
1010
pname = "liboggz";
11-
version = "1.1.1";
11+
version = "1.1.2";
1212

1313
src = fetchurl {
1414
url = "https://downloads.xiph.org/releases/liboggz/${pname}-${version}.tar.gz";
15-
sha256 = "0nj17lhnsw4qbbk8jy4j6a78w6v2llhqdwq46g44mbm9w2qsvbvb";
15+
sha256 = "sha256-yX5PunlUqfr3ndz0Bpksb3uwIU6W1JV6B6L9oCZeWrI=";
1616
};
1717

1818
propagatedBuildInputs = [ libogg ];

0 commit comments

Comments
 (0)