Skip to content

Commit

Permalink
swtpm: 0.9.0 -> 0.10.0 (#369818)
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo authored Jan 3, 2025
2 parents 927407a + 7e31d11 commit d12700e
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions pkgs/by-name/sw/swtpm/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,15 @@

stdenv.mkDerivation (finalAttrs: {
pname = "swtpm";
version = "0.9.0";
version = "0.10.0";

src = fetchFromGitHub {
owner = "stefanberger";
repo = "swtpm";
rev = "v${finalAttrs.version}";
hash = "sha256-IeFrS67qStklaTgM0d3F8Xt8upm2kEawT0ZPFD7JKnk=";
hash = "sha256-ZEpThaLgieTTBJ9Rouklepq6Bvo/h+2sbabNOo++fc0=";
};

patches = [
# Enable 64-bit file API on 32-bit systems:
# https://github.com/stefanberger/swtpm/pull/941
(fetchpatch {
name = "64-bit-file-api.patch";
url = "https://github.com/stefanberger/swtpm/commit/599e2436d4f603ef7c83fad11d76b5546efabefc.patch";
hash = "sha256-cS/BByOJeNNevQ1B3Ij1kykJwixVwGoikowx7j9gRmA=";
})
];

nativeBuildInputs = [
pkg-config
unixtools.netstat
Expand Down

0 comments on commit d12700e

Please sign in to comment.