Unverified Commit 76e7c6dd authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #203167 from NixOS/backport-200965-to-release-22.11

[Backport release-22.11] swtpm: 0.7.3 -> 0.8.0
parents e2c52355 e5574ff8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
  pname = "swtpm";
  version = "0.7.3";
  version = "0.8.0";

  src = fetchFromGitHub {
    owner = "stefanberger";
    repo = "swtpm";
    rev = "v${version}";
    sha256 = "sha256-YaNQgxk0uT8FLUIxF80jpgO/L9ygGRHaABEcs5ukq5E=";
    sha256 = "sha256-O+sHkmQ47FbqsgWpaqAc/j2AJ5xzsvpBj/p0Zea1nSI=";
  };

  nativeBuildInputs = [