mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
gnome-software: 47.beta → 47.0
https://gitlab.gnome.org/GNOME/gnome-software/-/compare/47.beta...47.0 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
parent
4f71a9cb57
commit
f519fe98d3
@ -48,11 +48,11 @@ in
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gnome-software";
|
||||
version = "47.beta";
|
||||
version = "47.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-software/${lib.versions.major finalAttrs.version}/gnome-software-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-nbewKlWuQm5lNtfI+8dXVLYgQMBfAMT+azoh3IX3jYY=";
|
||||
hash = "sha256-Tz6bMPLUiFGYMp5GB25e2bW9fgmQYq5ic3etjZuVVu8=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user