Skip to content

Commit

Permalink
Merge pull request #195584 from helsinki-systems/upd/ibm-sw-tpm2
Browse files Browse the repository at this point in the history
ibm-sw-tpm2: 1661 -> 1682
  • Loading branch information
ajs124 authored Oct 12, 2022
2 parents 4828dc9 + 3b9c30a commit cbea92c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
15 changes: 3 additions & 12 deletions pkgs/tools/security/ibm-sw-tpm2/default.nix
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
{ stdenv, fetchurl, fetchpatch, lib, openssl }:
{ stdenv, fetchurl, lib, openssl }:

stdenv.mkDerivation rec {
pname = "ibm-sw-tpm2";
version = "1661";
version = "1682";

src = fetchurl {
url = "mirror://sourceforge/ibmswtpm2/ibmtpm${version}.tar.gz";
sha256 = "sha256-VRRZKK0rJPNL5qDqz5+0kuEODqkZuEKMch+pcOhdYUc=";
hash = "sha256-PLZC+HGheyPVCwRuX5X0ScIodBX8HnrrS9u4kg28s48=";
};

patches = [
(fetchpatch {
url = "https://github.com/kgoldman/ibmswtpm2/commit/e6684009aff9c1bad38875e3319c2e02ef791424.patch";
sha256 = "1flzlri807c88agmpb0w8xvh5f16mmqv86xw4ic4z272iynzd40j";
})
];

patchFlags = [ "-p2" ];

buildInputs = [ openssl ];

sourceRoot = "src";
Expand Down
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7761,9 +7761,7 @@ with pkgs;

jamulus = libsForQt5.callPackage ../applications/audio/jamulus { };

ibm-sw-tpm2 = callPackage ../tools/security/ibm-sw-tpm2 {
openssl = openssl_1_1;
};
ibm-sw-tpm2 = callPackage ../tools/security/ibm-sw-tpm2 { };

ibniz = callPackage ../tools/graphics/ibniz { };

Expand Down

0 comments on commit cbea92c

Please sign in to comment.