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

yubihsm-shell: 2.7.1 -> 2.7.2 (#503346)

parents 6a4a5472 1d5a9126
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.1";
  version = "2.7.2";

  src = fetchFromGitHub {
    owner = "Yubico";
    repo = "yubihsm-shell";
    rev = finalAttrs.version;
    hash = "sha256-/hmG7yVxCVTrpmm/S7oDKQQyXIEO+S5D9wMTc7oW9Io=";
    hash = "sha256-qWz9fWhwNObvHERvJTWSN3DQsaPNnPEp4SEdYQvFAlY=";
  };

  postPatch = ''