tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
libosmo-sccp: 1.7.0 -> 1.8.0
Markus Kowalewski
2 years ago
3a67b2b3
c55fa611
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
osmocom
libosmo-sccp
default.nix
+2
-2
pkgs/servers/osmocom/libosmo-sccp/default.nix
···
10
10
11
11
stdenv.mkDerivation rec {
12
12
pname = "libosmo-sccp";
13
13
-
version = "1.7.0";
13
13
+
version = "1.8.0";
14
14
15
15
src = fetchFromGitHub {
16
16
owner = "osmocom";
17
17
repo = "libosmo-sccp";
18
18
rev = version;
19
19
-
hash = "sha256-ScJZke9iNmFc9XXqtRjb24ZzKfa5EYws5PDNhcZFb7U=";
19
19
+
hash = "sha256-icEyI0zgsiBfawcNW8IarVPj0VNxzsev2W+cRGPev7Y=";
20
20
};
21
21
22
22
configureFlags = [ "--with-systemdsystemunitdir=$out" ];