Skip to content

Commit

Permalink
Merge pull request NixOS#285419 from r-ryantm/auto-update/libre
Browse files Browse the repository at this point in the history
libre: 3.8.0 -> 3.9.0
  • Loading branch information
risicle authored Feb 5, 2024
2 parents ead22ed + b839f65 commit c3b53b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libre/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
}:

stdenv.mkDerivation rec {
version = "3.8.0";
version = "3.9.0";
pname = "libre";
src = fetchFromGitHub {
owner = "baresip";
repo = "re";
rev = "v${version}";
sha256 = "sha256-zKoK5GsgNnmQrEZ5HAse2e1Gy7fPO42DEvVAL5ZTNhc=";
sha256 = "sha256-oFaCeVaUrAN83DT8m4gvXSaKzxq5AJw2RHwOelm8HAU=";
};

buildInputs = [
Expand Down

0 comments on commit c3b53b6

Please sign in to comment.