osmo-bsc: 1.13.0 -> 1.13.2

This commit is contained in:
R. Ryantm
2025-09-03 00:31:50 +00:00
parent 47a166bd1a
commit 862db2ce00
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "osmo-bsc";
version = "1.13.0";
version = "1.13.2";
src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-bsc";
rev = version;
hash = "sha256-wQtGyqqaEW+mM6Eg85N+i3ZiKC/Z6wxYk2Wwvz7qOFw=";
hash = "sha256-YSCbVqELh/id9sK4G5xF8riYXhwFtXU/lXMlH6XxvXY=";
};
postPatch = ''