osmo-bsc: 1.13.2 -> 1.13.3 (#458449)

This commit is contained in:
Markus Kowalewski
2025-11-04 19:04:46 +00:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "osmo-bsc";
version = "1.13.2";
version = "1.13.3";
src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-bsc";
rev = version;
hash = "sha256-YSCbVqELh/id9sK4G5xF8riYXhwFtXU/lXMlH6XxvXY=";
hash = "sha256-2Go+93h1Z4FV9sESfjwCaee1m4jUq2eO8fxlZAwZVfM=";
};
postPatch = ''