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

authored by R. RyanTM and committed by xeji 499ccb69 cb85999b

+2 -2
+2 -2
pkgs/tools/security/pass/extensions/otp.nix
··· 2 3 stdenv.mkDerivation rec { 4 name = "pass-otp-${version}"; 5 - version = "1.1.0"; 6 7 src = fetchFromGitHub { 8 owner = "tadfisher"; 9 repo = "pass-otp"; 10 rev = "v${version}"; 11 - sha256 = "1cgj4zc8fq88n3h6c0vkv9i5al785mdprpgpbv5m22dz9p1wqvbb"; 12 }; 13 14 buildInputs = [ oathToolkit ];
··· 2 3 stdenv.mkDerivation rec { 4 name = "pass-otp-${version}"; 5 + version = "1.1.1"; 6 7 src = fetchFromGitHub { 8 owner = "tadfisher"; 9 repo = "pass-otp"; 10 rev = "v${version}"; 11 + sha256 = "0m8x5dqwcr9jim530685nsq4zn941hhl7ridmmd63b204z141rwa"; 12 }; 13 14 buildInputs = [ oathToolkit ];