aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/security/stoken
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-13 21:15:57 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-13 21:15:57 -0700
commit7dc7a8c8fca7b594770796e8201b9c2c2c06c302 (patch)
tree201d9f511b0feae1d41a83d67f15aea199427536 /pkgs/tools/security/stoken
parent3e3a9e661d7ef83f9dfc26d948a12f8ee1334f6d (diff)
stoken: 0.90 -> 0.92
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/stoken/versions. These checks were done: - built on NixOS - /nix/store/hygpmiw7a636bsydqyrkh1rqiw5f36nh-stoken-0.92/bin/stoken passed the binary check. - Warning: no invocation of /nix/store/hygpmiw7a636bsydqyrkh1rqiw5f36nh-stoken-0.92/bin/stoken-gui had a zero exit code or showed the expected version - 1 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 0.92 with grep in /nix/store/hygpmiw7a636bsydqyrkh1rqiw5f36nh-stoken-0.92 - directory tree listing: https://gist.github.com/4e9af90c5364e054183e3b51d2ec5d7a - du listing: https://gist.github.com/7671604980c1e3ec7cb11d47ad4f521d
Diffstat (limited to 'pkgs/tools/security/stoken')
-rw-r--r--pkgs/tools/security/stoken/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/stoken/default.nix b/pkgs/tools/security/stoken/default.nix
index a9902fe50422..d28260ffb8b9 100644
--- a/pkgs/tools/security/stoken/default.nix
+++ b/pkgs/tools/security/stoken/default.nix
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "stoken";
- version = "0.90";
+ version = "0.92";
name = "${pname}-${version}";
src = fetchFromGitHub {
owner = "cernekee";
repo = pname;
rev = "v${version}";
- sha256 = "1k7wn8pmp7dv646g938dsr99090lsphl7zy4m9x7qbh2zlnnf9af";
+ sha256 = "0q7cv8vy5b2cslm57maqb6jsm7s4rwacjyv6gplwp26yhm38hw7y";
};
preConfigure = ''