Skip to content

Commit

Permalink
Merge pull request #284442 from r-ryantm/auto-update/osmo-pcu
Browse files Browse the repository at this point in the history
osmo-pcu: 1.3.1 -> 1.4.0
  • Loading branch information
Janik-Haag authored Jan 29, 2024
2 parents 30ec6c1 + 86cdace commit b7b2023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/osmocom/osmo-pcu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ in

stdenv.mkDerivation rec {
pname = "osmo-pcu";
version = "1.3.1";
version = "1.4.0";

src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-pcu";
rev = version;
hash = "sha256-p5gBOHw/3NJ482EX5LcmaWkwz/ikcK7EEeio/puNTFo=";
hash = "sha256-rE5/wtzABEd6OVSRVrBvIJuo/CSfK19nf7tm+QQzljY=";
};

postPatch = ''
Expand Down

0 comments on commit b7b2023

Please sign in to comment.