Unverified Commit 71f333cc authored by @mjones's avatar @mjones Committed by GitHub
Browse files

yubihsm-shell: 2.7.2 -> 2.7.3 (#510905)

parents 137f7641 c4db3892
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 = ''