mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
gnome-software: 50.1 → 50.2
https://gitlab.gnome.org/GNOME/gnome-software/-/compare/50.1...50.2
(cherry picked from commit bcd725fed0)
This commit is contained in:
parent
ead9cf9d53
commit
3c2aa51e43
1 changed files with 2 additions and 2 deletions
|
|
@ -48,11 +48,11 @@ in
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gnome-software";
|
||||
version = "50.1";
|
||||
version = "50.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-software/${lib.versions.major finalAttrs.version}/gnome-software-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-aWfu/sadUdNNIAWFye3+JPFRgD5J7ZKEo9dO2w5TQKg=";
|
||||
hash = "sha256-ysroXVfkbRj0p8j+M0vzXIwY51uKZvrVbgzioA4c/j8=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue