gnome.gnome-boxes: 43.1 → 43.2

https://gitlab.gnome.org/GNOME/gnome-boxes/-/compare/43.1...43.2
This commit is contained in:
Bobby Rong 2023-01-12 12:16:27 +00:00
parent c07552f6f7
commit 6f8fdadc73
No known key found for this signature in database

View file

@ -51,11 +51,11 @@
stdenv.mkDerivation rec {
pname = "gnome-boxes";
version = "43.1";
version = "43.2";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "NB5qXO1RrVAPwd00ZZ1YhsP3YEViS1POZBv/Y8WwimE=";
sha256 = "nD4OlDPBhTqZ7VLt7BMmP0Q/hW28o7IWXC46cLhjKzA=";
};
patches = [