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 6f1338e commit a02b96eCopy full SHA for a02b96e
pkgs/by-name/li/liboggz/package.nix
@@ -8,11 +8,11 @@
8
9
stdenv.mkDerivation rec {
10
pname = "liboggz";
11
- version = "1.1.1";
+ version = "1.1.2";
12
13
src = fetchurl {
14
url = "https://downloads.xiph.org/releases/liboggz/${pname}-${version}.tar.gz";
15
- sha256 = "0nj17lhnsw4qbbk8jy4j6a78w6v2llhqdwq46g44mbm9w2qsvbvb";
+ sha256 = "sha256-yX5PunlUqfr3ndz0Bpksb3uwIU6W1JV6B6L9oCZeWrI=";
16
};
17
18
propagatedBuildInputs = [ libogg ];
0 commit comments