osmo-bsc: 1.12.1 -> 1.12.2 (#364588)

This commit is contained in:
Wolfgang Walther
2024-12-15 19:37:36 +01:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@ in
stdenv.mkDerivation rec {
pname = "osmo-bsc";
version = "1.12.1";
version = "1.12.2";
src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-bsc";
rev = version;
hash = "sha256-4ELOkxgtqV30r7xD1XcYXpscswvCQacJWUYcbfDNPhI=";
hash = "sha256-V1URXatXYaItv1X5VAuWpaeTNJjK6qb9DqmecDm2PQ0=";
};
postPatch = ''