gnome-builder: 47.1 → 47.2

https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/47.1...47.2
This commit is contained in:
Bobby Rong 2024-10-31 12:28:37 +00:00
parent c1713b8aeb
commit 66ae8b7d52
No known key found for this signature in database

View File

@ -41,13 +41,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-builder";
version = "47.1";
version = "47.2";
outputs = [ "out" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/gnome-builder/${lib.versions.major finalAttrs.version}/gnome-builder-${finalAttrs.version}.tar.xz";
hash = "sha256-5vduvPbFXMmC1EYAWdPRVtm0ESf7erZg7LqdyWBok8U=";
hash = "sha256-Roe5PEfNHjNmWi3FA3kLYhPugnhy/ABNl40UvL+ptJU=";
};
patches = [