template-glib: 3.36.1 → 3.36.2

https://gitlab.gnome.org/GNOME/template-glib/-/compare/3.36.1...3.36.2

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Maxine Aubrey 2024-03-08 20:58:20 +01:00
parent eec01c5eb7
commit 4076034b1e
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "template-glib";
version = "3.36.1";
version = "3.36.2";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "OxZ6Fzha10WvviD634EGxm0wxb10bVqh2b236AP2pQM=";
hash = "sha256-ACDzpAGIjOdjs6F1CML1jpGXKkg6DFR6/bfMviVhmUg=";
};
nativeBuildInputs = [