Skip to content

Commit

Permalink
tomb: 2.8 -> 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amaxine committed Dec 19, 2020
1 parent b5a1da1 commit 47586f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/tomb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "tomb";
version = "2.8";
version = "2.8.1";

src = fetchFromGitHub {
owner = "dyne";
repo = "Tomb";
rev = "v${version}";
sha256 = "sha256-bmkUwj0FFq51MUPbNK7xsyyq4swjZcwFeMwOO3fXCzA=";
sha256 = "03zj9az5626kjg96rkqr5sjydqwlrzhz0gq35r62sajv6mn2qm6s";
};

buildInputs = [ sudo zsh pinentry ];
Expand Down

0 comments on commit 47586f2

Please sign in to comment.