tpm2-tss: 4.1.0 -> 4.1.1

This commit is contained in:
Arthur Gautier 2024-05-07 10:18:33 -07:00
parent 10d45c7fc5
commit ea42490910

View File

@ -15,13 +15,13 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "tpm2-tss"; pname = "tpm2-tss";
version = "4.1.0"; version = "4.1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tpm2-software"; owner = "tpm2-software";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-cQdIPQNZzy5CisWw5yifPXC7FqaZxj4VKWpvtPOffE8="; hash = "sha256-paqTQ7DQI0Nd8q0qUPRa2UZ/oE5nrVEq5KUiG8hRXuQ=";
}; };
outputs = [ "out" "man" "dev" ]; outputs = [ "out" "man" "dev" ];