osmo-iuh: 1.5.1 -> 1.6.0 (#349640)

This commit is contained in:
Weijia Wang 2024-11-01 14:41:27 +01:00 committed by GitHub
commit 276baee256
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,13 @@ in
stdenv.mkDerivation rec {
pname = "osmo-iuh";
version = "1.5.1";
version = "1.6.0";
src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-iuh";
rev = version;
hash = "sha256-1G5N74N3BH+XP4hr+w0a1wc2DaE/GXpSu3JiPo8UBhI=";
hash = "sha256-3ADn0GSoXPXL1gD79JjD2hXNBN/v8aaEKgf5qFNGEJs=";
};
prePatch = ''