Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

libosmo-sccp: 1.7.0 -> 1.8.0

+2 -2
+2 -2
pkgs/servers/osmocom/libosmo-sccp/default.nix
··· 10 11 stdenv.mkDerivation rec { 12 pname = "libosmo-sccp"; 13 - version = "1.7.0"; 14 15 src = fetchFromGitHub { 16 owner = "osmocom"; 17 repo = "libosmo-sccp"; 18 rev = version; 19 - hash = "sha256-ScJZke9iNmFc9XXqtRjb24ZzKfa5EYws5PDNhcZFb7U="; 20 }; 21 22 configureFlags = [ "--with-systemdsystemunitdir=$out" ];
··· 10 11 stdenv.mkDerivation rec { 12 pname = "libosmo-sccp"; 13 + version = "1.8.0"; 14 15 src = fetchFromGitHub { 16 owner = "osmocom"; 17 repo = "libosmo-sccp"; 18 rev = version; 19 + hash = "sha256-icEyI0zgsiBfawcNW8IarVPj0VNxzsev2W+cRGPev7Y="; 20 }; 21 22 configureFlags = [ "--with-systemdsystemunitdir=$out" ];