tpm2-tools: 4.1.2 -> 4.1.3
This commit is contained in:
parent
b56c66e7e8
commit
70ec941265
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tpm2-tools";
|
||||
version = "4.1.2";
|
||||
version = "4.1.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/tpm2-software/${pname}/releases/download/${version}/${pname}-${version}.tar.gz";
|
||||
sha256 = "0di97zmxdh04m2ibyshcgvillwxx6rnd0543scm7q10y7nv74m0p";
|
||||
sha256 = "0117r0zzdnblkibv81y71v3limixsw5m7g9xwf7lcx8fc8836pdv";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pandoc pkgconfig makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue