osmo-iuh: 1.4.0 -> 1.5.0

This commit is contained in:
R. Ryantm 2023-11-04 15:20:52 +00:00
parent b4c0c733b3
commit 089d3839a6

View file

@ -17,13 +17,13 @@ in
stdenv.mkDerivation rec {
pname = "osmo-iuh";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-iuh";
rev = version;
hash = "sha256-AwLLfG+5JgvFSBddzyUQdPDFZOX1uQyDSyr4O/wTlgs=";
hash = "sha256-rAU2+NxD+j2jntZ7dHvakv2aTsfzAg0+SFDHtSJNpn8=";
};
prePatch = ''