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 821d827 commit 983ef33Copy full SHA for 983ef33
pkgs/by-name/li/libosmocore/package.nix
@@ -16,13 +16,13 @@
16
17
stdenv.mkDerivation rec {
18
pname = "libosmocore";
19
- version = "1.10.1";
+ version = "1.11.0";
20
21
src = fetchFromGitHub {
22
owner = "osmocom";
23
repo = "libosmocore";
24
rev = version;
25
- hash = "sha256-CIbmCZJA/F86L1v3J1mpB15kHVDFUbhFUxaYFys8xCQ=";
+ hash = "sha256-W5XLiIgevGtHRjrRTx/7rnPYacOAW9QJW0rocyWgFt4=";
26
};
27
28
postPatch = ''
0 commit comments