gom: 0.5.3 → 0.5.4

https://gitlab.gnome.org/GNOME/gom/-/compare/0.5.3...0.5.4

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Jan Tojnar
2025-11-03 10:50:05 +01:00
parent e32629d8ba
commit 9c8a45887c
+2 -2
View File
@@ -15,7 +15,7 @@
stdenv.mkDerivation rec {
pname = "gom";
version = "0.5.3";
version = "0.5.4";
outputs = [
"out"
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/gom/${lib.versions.majorMinor version}/gom-${version}.tar.xz";
sha256 = "Bp0JCfvca00n7feoeTZhlOOrUIsDVIv1uJ/2NUbSAXc=";
sha256 = "V7qAb+CAqTfVZkF40hutdlOyxWHqEoGHp7ELwXYrf2U=";
};
patches = [