Commit c4db3892 authored by R. RyanTM's avatar R. RyanTM
Browse files

yubihsm-shell: 2.7.2 -> 2.7.3

parent 24998d87
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "yubihsm-shell";
  version = "2.7.2";
  version = "2.7.3";

  src = fetchFromGitHub {
    owner = "Yubico";
    repo = "yubihsm-shell";
    rev = finalAttrs.version;
    hash = "sha256-qWz9fWhwNObvHERvJTWSN3DQsaPNnPEp4SEdYQvFAlY=";
    hash = "sha256-0Y2Dj/MAg5Nb6etxF164/7gvytjKYROVIkhqE6Lr2p8=";
  };

  postPatch = ''