sysprof: 47.beta → 47.0

https://gitlab.gnome.org/GNOME/sysprof/-/compare/47.beta...47.0

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-09-24 14:20:39 +00:00
parent cd7dfcebd0
commit cd420b5d2c
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
"-Dtools=false"
"-Dtests=false"
"-Dexamples=false"
"-Dpolkit-agent=disabled" # only useful for sysprof-cli
];
meta = sysprof.meta // {

View File

@ -24,13 +24,13 @@
stdenv.mkDerivation rec {
pname = "sysprof";
version = "47.beta";
version = "47.0";
outputs = [ "out" "lib" "dev" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-5NkXjX2UFpbgq2NBZFGR98+SkSb/LWqKIJyzKO5ZNyw=";
hash = "sha256-dCTGKUNGYGVCiMBCSJmMNX0c6H7hVZ/UTfGYCZLvXfU=";
};
nativeBuildInputs = [