template-glib: 3.38.0 → 3.40.0

https://gitlab.gnome.org/GNOME/template-glib/-/compare/3.38.0...3.40.0
This commit is contained in:
Bobby Rong
2026-05-06 23:03:32 +08:00
parent 8b7790aa24
commit 3f6b99d15e
+2 -2
View File
@@ -17,7 +17,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "template-glib";
version = "3.38.0";
version = "3.40.0";
outputs = [
"out"
@@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/template-glib/${lib.versions.majorMinor finalAttrs.version}/template-glib-${finalAttrs.version}.tar.xz";
hash = "sha256-QNANwiPc8ut/LsQi997FpnNzoMoRAavKD0nGLwUMsxI=";
hash = "sha256-5TPsL2wkzG32asVayCT63RtKX0M6EcvzprJYFcDPz9U=";
};
nativeBuildInputs = [