lol

xrestop: 0.5 -> 0.6

+3 -3
+3 -3
pkgs/tools/X11/xrestop/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "xrestop"; 5 - version = "0.5"; 5 + version = "0.6"; 6 6 7 7 src = fetchurl { 8 - url = "https://xorg.freedesktop.org/archive/individual/app/xrestop-${version}.tar.bz2"; 9 - sha256 = "06ym32famav8qhdms5k7y5i14nfq89hhvfn5g452jjqzkpcsbl49"; 8 + url = "https://xorg.freedesktop.org/archive/individual/app/xrestop-${version}.tar.xz"; 9 + hash = "sha256-Li7BEcSyeYtdwtwrPsevT2smGUbpA7jhTbBGgx0gOyk="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ pkg-config ];