Commit 55cc00d8 authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

yubihsm-shell: 2.5.0 -> 2.6.0

parent 0988cc13
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
  pname = "yubihsm-shell";
  version = "2.5.0";
  version = "2.6.0";

  src = fetchFromGitHub {
    owner = "Yubico";
    repo = "yubihsm-shell";
    rev = version;
    hash = "sha256-QTDFL/UTnnG0TuojJ0eVKw8fNEqZz86CXWb6uHvzUbs=";
    hash = "sha256-0IsdIhuKpzfArVB4xBaxCPqtk0fKWb6RuGImUj1E4Zs=";
  };

  postPatch = ''