Merge pull request #184764 from r-ryantm/auto-update/yubihsm-shell

yubihsm-shell: 2.3.1 -> 2.3.2
This commit is contained in:
Mario Rodas 2022-08-13 12:08:43 -05:00 committed by GitHub
commit 75b46e8480
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "yubihsm-shell";
version = "2.3.1";
version = "2.3.2";
src = fetchFromGitHub {
owner = "Yubico";
repo = "yubihsm-shell";
rev = version;
sha256 = "D0kXiwc+i6mKA4oHuHjgXUmLMsmY5o/VI+1aCWtNjC0=";
sha256 = "sha256-rSIdI6ECLte+dEbT8NOUqS8jkozRhbo+eqFrdhTIKpY=";
};
nativeBuildInputs = [