gnome-builder: 46.0 → 46.1

https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/46.0...46.1
This commit is contained in:
Maxine Aubrey 2024-04-11 22:35:21 +02:00
parent 620991b7ef
commit 646231c2c0
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -42,13 +42,13 @@
stdenv.mkDerivation rec {
pname = "gnome-builder";
version = "46.0";
version = "46.1";
outputs = [ "out" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-Go45NyZVUqKQD7g6pAeavLH9oK7BW255Aztgj0GsNpc=";
hash = "sha256-lhaWbVIqLIUCizPAm605cudp6fkK91VNXnGDfb3HiHE=";
};
patches = [