Skip to content

Commit 98f80a7

Browse files
authored
liboprf: 0.7.1 -> 0.8.0 (#435952)
2 parents 73e4554 + 34c5aa3 commit 98f80a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "liboprf";
12-
version = "0.7.1";
12+
version = "0.8.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "stef";
1616
repo = "liboprf";
1717
tag = "v${finalAttrs.version}";
18-
hash = "sha256-auC6iVTMbLktKCPY8VgOdx2dMI2KDzNgtY1zyNXjM1A=";
18+
hash = "sha256-xDE9UkHDAaA7zC6IxxEIUG7ziS1yYNLJbmVJZLJyL7U=";
1919
};
2020

2121
sourceRoot = "${finalAttrs.src.name}/src";

0 commit comments

Comments
 (0)