gnome.gnome-software: 42.beta → 42.rc
https://gitlab.gnome.org/GNOME/gnome-software/-/compare/42.beta...42.rc
This commit is contained in:
parent
46a26699b0
commit
3a39559228
1 changed files with 2 additions and 2 deletions
|
@ -42,11 +42,11 @@ in
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-software";
|
||||
version = "42.beta";
|
||||
version = "42.rc";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-software/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "vGxp+8L0IMjQA604lu6Coe8GpIFWS5E69StzFxf7TXY=";
|
||||
sha256 = "46yV0SPC7UBhqKT2pgXOag2O2qqgIvbpg8qAz5d6jmk=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue