gnome.gnome-boxes: 40.1 -> 40.2

(cherry picked from commit 1c9adfdc815596ae4853a8a0776b0910ce3df180)
This commit is contained in:
R. RyanTM 2021-06-05 09:39:17 +00:00 committed by github-actions[bot]
parent 43e16aa54f
commit c383af78a1
1 changed files with 2 additions and 2 deletions

View File

@ -53,11 +53,11 @@
stdenv.mkDerivation rec {
pname = "gnome-boxes";
version = "40.1";
version = "40.2";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "seKPLH+3a/T7uGLQ1S6BG5TL6f8W8GdAiWRWhpCILvg=";
sha256 = "hzN1mi2GpWNnWWpTSQRjO4HKqlxFpWNtsulZDHFK6Nk=";
};
doCheck = true;