swapspace: 1.18 -> 1.18.1

This commit is contained in:
R. Ryantm 2024-11-12 04:07:16 +00:00
parent c0c77416ac
commit 8e90e66e1d

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "swapspace"; pname = "swapspace";
version = "1.18"; version = "1.18.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Tookmund"; owner = "Tookmund";
repo = "Swapspace"; repo = "Swapspace";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-tzsw10cpu5hldkm0psWcFnWToWQejout/oGHJais6yw="; sha256 = "sha256-KrPdmF1H7WFI78ZJlLqDyfxbs7fymSUQpXL+7XjN9bI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [