mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
glib: 2.82.5 → 2.83.5
https://gitlab.gnome.org/GNOME/glib/-/compare/2.82.5...2.83.5 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
73b1018231
commit
c9afde4c1e
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ in
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "glib";
|
||||
version = "2.82.5";
|
||||
version = "2.83.5";
|
||||
|
||||
outputs = [
|
||||
"bin"
|
||||
|
@ -88,7 +88,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/glib/${lib.versions.majorMinor finalAttrs.version}/glib-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-BcIDH5vfa1q6egbKhPC0rO0osZvxtQxqslzGdSd8vD8=";
|
||||
hash = "sha256-+DQsTytxPJJtsbNLi9k91MslFaEQLYQZaG/pOULGBxw=";
|
||||
};
|
||||
|
||||
patches =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue