about summary refs log tree commit diff
path: root/pkgs/tools/security/eid-mw/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-27 22:56:34 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-27 22:56:34 -0700
commit506032b24c0273517222adb5b54a9227a05f2619 (patch)
tree6337779af874f4db5214031e5539a788f5370e4e /pkgs/tools/security/eid-mw/default.nix
parent7c9d95fef59e2bc80fbde535df235a93d6690cc3 (diff)
downloadnixlib-506032b24c0273517222adb5b54a9227a05f2619.tar
nixlib-506032b24c0273517222adb5b54a9227a05f2619.tar.gz
nixlib-506032b24c0273517222adb5b54a9227a05f2619.tar.bz2
nixlib-506032b24c0273517222adb5b54a9227a05f2619.tar.lz
nixlib-506032b24c0273517222adb5b54a9227a05f2619.tar.xz
nixlib-506032b24c0273517222adb5b54a9227a05f2619.tar.zst
nixlib-506032b24c0273517222adb5b54a9227a05f2619.zip
eid-mw: 4.4.2 -> 4.4.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/sis599r39a2g7kvnv1d09l6sy6kn45l0-eid-mw-4.4.3/bin/eid-viewer had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/sis599r39a2g7kvnv1d09l6sy6kn45l0-eid-mw-4.4.3/bin/.eid-viewer-wrapped had a zero exit code or showed the expected version
- /nix/store/sis599r39a2g7kvnv1d09l6sy6kn45l0-eid-mw-4.4.3/bin/beid-update-nssdb passed the binary check.
- /nix/store/sis599r39a2g7kvnv1d09l6sy6kn45l0-eid-mw-4.4.3/bin/eid-nssdb passed the binary check.
- 2 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 4.4.3 with grep in /nix/store/sis599r39a2g7kvnv1d09l6sy6kn45l0-eid-mw-4.4.3
- directory tree listing: https://gist.github.com/3bca8b9d321e62009daf1d388923ec47
- du listing: https://gist.github.com/64220a7b5b960cbd2ec3bb5f61c93a29
Diffstat (limited to 'pkgs/tools/security/eid-mw/default.nix')
-rw-r--r--pkgs/tools/security/eid-mw/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/eid-mw/default.nix b/pkgs/tools/security/eid-mw/default.nix
index 53ce183d4afb..9f334b4a9602 100644
--- a/pkgs/tools/security/eid-mw/default.nix
+++ b/pkgs/tools/security/eid-mw/default.nix
@@ -7,10 +7,10 @@
 
 stdenv.mkDerivation rec {
   name = "eid-mw-${version}";
-  version = "4.4.2";
+  version = "4.4.3";
 
   src = fetchFromGitHub {
-    sha256 = "0jsa1jl51kz8i8dpi3664a7y3bhypr3ipk1srzxfkk6aph4a5cdf"; 
+    sha256 = "1h90iz4l85drchpkmhlsvg7f9abhw6890fdr9x5n5ir3kxikwcdm"; 
     rev = "v${version}";
     repo = "eid-mw";
     owner = "Fedict";