Skip to content

Commit 983ef33

Browse files
r-ryantmwegank
authored andcommitted
libosmocore: 1.10.1 -> 1.11.0
1 parent 821d827 commit 983ef33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1717
stdenv.mkDerivation rec {
1818
pname = "libosmocore";
19-
version = "1.10.1";
19+
version = "1.11.0";
2020

2121
src = fetchFromGitHub {
2222
owner = "osmocom";
2323
repo = "libosmocore";
2424
rev = version;
25-
hash = "sha256-CIbmCZJA/F86L1v3J1mpB15kHVDFUbhFUxaYFys8xCQ=";
25+
hash = "sha256-W5XLiIgevGtHRjrRTx/7rnPYacOAW9QJW0rocyWgFt4=";
2626
};
2727

2828
postPatch = ''

0 commit comments

Comments
 (0)