about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-09-13 00:01:41 +0000
committerGitHub <noreply@github.com>2021-09-13 00:01:41 +0000
commitac962ee61ad52a5175b02a711b16a0436da9309f (patch)
tree3dc4b1f0abc0ac108fdf17f087684137f2c36b53 /pkgs/tools/security
parenta13bf1828bf73e7db47c08e5e9819f7dd4b8dcd2 (diff)
parent73421a108e8b0758be799db1c07f28af248531ce (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/pass/extensions/tomb.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/pass/extensions/tomb.nix b/pkgs/tools/security/pass/extensions/tomb.nix
index 74f8694f224c5..58630c4ec9f31 100644
--- a/pkgs/tools/security/pass/extensions/tomb.nix
+++ b/pkgs/tools/security/pass/extensions/tomb.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "pass-tomb";
-  version = "1.1";
+  version = "1.3";
 
   src = fetchFromGitHub {
     owner = "roddhjav";
     repo = "pass-tomb";
     rev = "v${version}";
-    sha256 = "0wxa673yyzasjlkpd5f3yl5zf7bhsw7h1jbhf6sdjz65bypr2596";
+    sha256 = "sha256-kbbMHmYmeyt7HM8YiNhknePm1vUaXWWXPWePKGpbU+o=";
   };
 
   buildInputs = [ tomb ];