xprintidle: 0.2.5 -> 0.3.0

This commit is contained in:
R. Ryantm 2024-07-04 01:28:19 +00:00 committed by Francesco Gazzetta
parent f0d8cd8702
commit 213b7c561b

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xprintidle";
version = "0.2.5";
version = "0.3.0";
src = fetchFromGitHub {
owner = "g0hl1n";
repo = "xprintidle";
rev = finalAttrs.version;
sha256 = "sha256-bafDUZoSFsJ3g6mtLCRechGizfrWg2qW2vnlfIzj7mQ=";
sha256 = "sha256-MawkT4RconRDDCNnaWMxU18lK34ywcebbiHlYeZn/lc=";
};
nativeBuildInputs = [