gnome.gnome-software: 46.0 → 46.1

https://gitlab.gnome.org/GNOME/gnome-software/-/compare/46.0...46.1
This commit is contained in:
Bobby Rong 2024-05-04 01:29:23 +00:00
parent c5c843e27d
commit e8f6b2db7b
No known key found for this signature in database

View File

@ -45,11 +45,11 @@ in
stdenv.mkDerivation rec {
pname = "gnome-software";
version = "46.0";
version = "46.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-software/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-EYkwAru1QIKJZoNwe8OZGuVaLzBAgRp2DjqSyWVE+G4=";
hash = "sha256-tu63iRAN6UtQ6+Lnfxaya+TC2xVImQXxmNBgxCXhkHY=";
};
patches = [