Unverified Commit 3890019c authored by Janik's avatar Janik Committed by GitHub
Browse files

Merge pull request #265475 from r-ryantm/auto-update/osmo-iuh

osmo-iuh: 1.4.0 -> 1.5.0
parents 386c6559 089d3839
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''