Skip to content

Commit

Permalink
tomb: 2.8.1 -> 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxxers committed Jan 21, 2021
1 parent cd9c691 commit 7a737bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/tomb/default.nix
Expand Up @@ -4,13 +4,13 @@

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

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

buildInputs = [ sudo zsh pinentry ];
Expand Down

0 comments on commit 7a737bf

Please sign in to comment.