about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-06 11:43:45 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-06 20:43:45 +0200
commit499ccb69e76fd563e48b8c15196a18229f490deb (patch)
tree3c501f272d185b0c7d2e0d5e5ca3f4fdba7610c3 /pkgs/tools
parentcb85999b6b4b8f7016778e2f5cbb126a80a5eef2 (diff)
downloadnixlib-499ccb69e76fd563e48b8c15196a18229f490deb.tar
nixlib-499ccb69e76fd563e48b8c15196a18229f490deb.tar.gz
nixlib-499ccb69e76fd563e48b8c15196a18229f490deb.tar.bz2
nixlib-499ccb69e76fd563e48b8c15196a18229f490deb.tar.lz
nixlib-499ccb69e76fd563e48b8c15196a18229f490deb.tar.xz
nixlib-499ccb69e76fd563e48b8c15196a18229f490deb.tar.zst
nixlib-499ccb69e76fd563e48b8c15196a18229f490deb.zip
passExtensions.pass-otp: 1.1.0 -> 1.1.1 (#42973)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pass-otp/versions.

Version release notes (from GitHub):

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.1.1 with grep in /nix/store/qam419864q7zv1fllmjpsylw6c0b76y6-pass-otp-1.1.1
- directory tree listing: https://gist.github.com/7a35773fe3bff95a565cc4f539706da6
- du listing: https://gist.github.com/adf137d812986c88efa0c217189d79a3
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/pass/extensions/otp.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/pass/extensions/otp.nix b/pkgs/tools/security/pass/extensions/otp.nix
index 60198675b29d..6d35c4aa8375 100644
--- a/pkgs/tools/security/pass/extensions/otp.nix
+++ b/pkgs/tools/security/pass/extensions/otp.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "pass-otp-${version}";
-  version = "1.1.0";
+  version = "1.1.1";
 
   src = fetchFromGitHub {
     owner = "tadfisher";
     repo = "pass-otp";
     rev = "v${version}";
-    sha256 = "1cgj4zc8fq88n3h6c0vkv9i5al785mdprpgpbv5m22dz9p1wqvbb";
+    sha256 = "0m8x5dqwcr9jim530685nsq4zn941hhl7ridmmd63b204z141rwa";
   };
 
   buildInputs = [ oathToolkit ];