Skip to content

Commit

Permalink
Merge pull request #196155 from NixOS/backport-196107-to-release-22.05
Browse files Browse the repository at this point in the history
[Backport release-22.05] libosip: 5.3.0 -> 5.3.1
  • Loading branch information
risicle committed Oct 15, 2022
2 parents 5d9a9b3 + 70f9e77 commit be44bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/osip/default.nix
@@ -1,9 +1,9 @@
{lib, stdenv, fetchurl}:
stdenv.mkDerivation rec {
version = "5.3.0";
version = "5.3.1";
src = fetchurl {
url = "mirror://gnu/osip/libosip2-${version}.tar.gz";
sha256 = "sha256-9HJZFsIs9RSWnvsVw8IHIz1kc5OD99QpVgOLePbK6Mg=";
sha256 = "sha256-/oL+hBYIJmrBWlwRGCFtoAxVTVAG4odaisN1Kx5q3Hk=";
};
pname = "libosip2";

Expand Down

1 comment on commit be44bf6

@nixos-discourse
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/cross-compile-for-raspberry-pi/22449/5

Please sign in to comment.