Commit 805bfdf0 authored by R. RyanTM's avatar R. RyanTM
Browse files

yubihsm-shell: 2.6.0 -> 2.7.0

parent bd1fe9d0
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.6.0";
  version = "2.7.0";

  src = fetchFromGitHub {
    owner = "Yubico";
    repo = "yubihsm-shell";
    rev = version;
    hash = "sha256-0IsdIhuKpzfArVB4xBaxCPqtk0fKWb6RuGImUj1E4Zs=";
    hash = "sha256-ymGS35kjhNlFee3FEXF8n6Jm7NVaynjv+lpix6F75BQ=";
  };

  postPatch = ''