Skip to content

Commit

Permalink
libsoup_3: 3.4.4 -> 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 28, 2024
1 parent 0fefe24 commit 069a797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libsoup/3.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

stdenv.mkDerivation rec {
pname = "libsoup";
version = "3.4.4";
version = "3.6.0";

outputs = [ "out" "dev" ] ++ lib.optional withIntrospection "devdoc";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-KRxncl827ZDqQ+//JQZLacWi0ZgUiEd8BcSBo7Swxao=";
sha256 = "sha256-YpWfeR6OhEL4wTztrIxJGdePkSDVu1MBvmel5TMYtKM=";
};

depsBuildBuild = [
Expand Down

0 comments on commit 069a797

Please sign in to comment.