sysprof: 45.rc → 45.0
https://gitlab.gnome.org/GNOME/sysprof/-/compare/45.rc...45.0 NEWS look okay. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
5ad03b9bec
commit
211250edb4
@ -24,13 +24,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "sysprof";
|
||||
version = "45.rc";
|
||||
version = "45.0";
|
||||
|
||||
outputs = [ "out" "lib" "dev" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "ZAB0x80KGy80pzjLFZdbXyxUowiAWPv9sU5zTOB2clQ=";
|
||||
sha256 = "dricPVx6kg9OAHPbbET95Y2z8Ypr8sonR2hlKxyAdxM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
|
||||
do not need to be recompiled. In fact they don't even have to
|
||||
be restarted.
|
||||
'';
|
||||
license = licenses.gpl2Plus;
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = teams.gnome.members;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user