mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 11:53:51 +00:00
gnome.gnome-system-monitor: 44.beta → 44.rc
https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/compare/44.beta...44.rc Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
129f2ff5de
commit
9aae7ce5d4
@ -23,11 +23,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-system-monitor";
|
||||
version = "44.beta";
|
||||
version = "44.rc";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-system-monitor/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "Egfvkub0i3xayAddrZlqML0YW1Ub2EuIJy6jnUDWD/I=";
|
||||
sha256 = "CnNLR1DrphUnVJF9bxdH90BmPotGi69OqegJtRKyOCY=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user