Merge pull request #186530 from r-ryantm/auto-update/gnome.gnome-software

gnome.gnome-software: 42.3 -> 42.4
This commit is contained in:
maxine [they] 2022-08-14 12:21:10 +02:00 committed by GitHub
commit 150d46f642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,11 +42,11 @@ in
stdenv.mkDerivation rec {
pname = "gnome-software";
version = "42.3";
version = "42.4";
src = fetchurl {
url = "mirror://gnome/sources/gnome-software/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "OM9whWmj12TU0NLt7KqG9Og57CK5ZvQf2tVleKDdM8A=";
sha256 = "cRgp7mf58qG2S/oXQTdzuY8NxdIZ649sohfNZXK7SnQ=";
};
patches = [