Skip to content

Commit

Permalink
swapspace: 1.18 -> 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 12, 2024
1 parent c0c7741 commit 8e90e66
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 8e90e66

Please sign in to comment.