Skip to content

Commit

Permalink
Merge pull request #325940 from trofi/glib-update
Browse files Browse the repository at this point in the history
glib: 2.80.3 -> 2.80.4
  • Loading branch information
7c6f434c authored Jul 17, 2024
2 parents c3c5870 + 4ddb1c3 commit 33531b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/glib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ in

stdenv.mkDerivation (finalAttrs: {
pname = "glib";
version = "2.80.3";
version = "2.80.4";

src = fetchurl {
url = "mirror://gnome/sources/glib/${lib.versions.majorMinor finalAttrs.version}/glib-${finalAttrs.version}.tar.xz";
hash = "sha256-OUeg6t3Q82E9AjC7JG0MaeRhQsGQIvXEsbLjy6I21Bc=";
hash = "sha256-JOApxd/JtE5Fc2l63zMHipgnxIk4VVAEs7kJb6TqA08=";
};

patches = lib.optionals stdenv.isDarwin [
Expand Down

0 comments on commit 33531b8

Please sign in to comment.