gnome.gnome-software: 44.0 → 44.1

https://gitlab.gnome.org/GNOME/gnome-software/-/compare/44.0...44.1
This commit is contained in:
Bobby Rong 2023-04-22 02:54:53 +00:00
parent 6d98c26d17
commit 467e01d302
No known key found for this signature in database

View file

@ -45,11 +45,11 @@ in
stdenv.mkDerivation rec {
pname = "gnome-software";
version = "44.0";
version = "44.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-software/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "YZcZ+VKeC7Ha0w+tu3gNex2ZlAptsfcd9RvHNzQYMK8=";
sha256 = "ncZVFRLPCibQPg159JSHCmkW1DwU2CGZxDoR2cwK1ao=";
};
patches = [