swappy: 1.5.1 -> 1.7.1

This commit is contained in:
R. Ryantm 2025-08-18 02:16:19 +00:00
parent 8000dc1d3f
commit ddfe48e6b5

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "swappy"; pname = "swappy";
version = "1.5.1"; version = "1.7.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jtheoof"; owner = "jtheoof";
repo = "swappy"; repo = "swappy";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-/XPvy98Il4i8cDl9vH6f0/AZmiSqseSXnen7HfMqCDo="; hash = "sha256-2BNnXtvliebTJAvoicsIEcGxJYnVp1wA8cv+dXr2vJY=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [