xprintidle: 0.2.4 -> 0.2.5

This commit is contained in:
Francesco Gazzetta 2022-08-15 13:36:58 +02:00
parent 441dc5d512
commit 67272ce268

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xprintidle"; pname = "xprintidle";
version = "0.2.4"; version = "0.2.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "g0hl1n"; owner = "g0hl1n";
repo = "xprintidle"; repo = "xprintidle";
rev = version; rev = version;
sha256 = "sha256-CgjHTvwQKR/TPQyEWKxN5j97Sh2iec0BQPhC96sfyoI="; sha256 = "sha256-bafDUZoSFsJ3g6mtLCRechGizfrWg2qW2vnlfIzj7mQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [