gnome-boxes: 49.1 → 50.0

https://gitlab.gnome.org/GNOME/gnome-boxes/-/compare/49.1...50.0
This commit is contained in:
Bobby Rong
2026-03-24 12:12:40 +00:00
parent 42b9b6b369
commit 25299dcaef
+2 -2
View File
@@ -50,11 +50,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-boxes";
version = "49.1";
version = "50.0";
src = fetchurl {
url = "mirror://gnome/sources/gnome-boxes/${lib.versions.major finalAttrs.version}/gnome-boxes-${finalAttrs.version}.tar.xz";
hash = "sha256-VUeIAd3Qg4IL0yMZKoN04E879CoOcSYy0F5olVMORMo=";
hash = "sha256-/Wpd4Y0QkJRsqZ8fWjSqPhXcgYP2pyIm6NFQShNnLWc=";
};
patches = [