Skip to content

Commit

Permalink
swapspace: 1.18 -> 1.18.1 (#355337)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Nov 12, 2024
2 parents 0e1fd8e + 8e90e66 commit 5d4ecf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/sw/swapspace/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
pname = "swapspace";
version = "1.18";
version = "1.18.1";

src = fetchFromGitHub {
owner = "Tookmund";
repo = "Swapspace";
rev = "v${version}";
sha256 = "sha256-tzsw10cpu5hldkm0psWcFnWToWQejout/oGHJais6yw=";
sha256 = "sha256-KrPdmF1H7WFI78ZJlLqDyfxbs7fymSUQpXL+7XjN9bI=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 5d4ecf1

Please sign in to comment.