chore: track upstream nixpkgs for our forks

This commit is contained in:
Lars Sjöström 2025-03-26 11:49:37 +01:00
parent 242294eb8d
commit c470bf6d59
No known key found for this signature in database
5 changed files with 15 additions and 29 deletions
pkgs/tpm2-tss

View file

@ -1,5 +1,6 @@
{
stdenv,
pkgs,
lib,
fetchFromGitHub,
autoreconfHook,
@ -19,14 +20,9 @@
stdenv.mkDerivation rec {
pname = "tpm2-tss";
version = "4.1.3";
version = pkgs.tpm2-tss.version;
src = fetchFromGitHub {
owner = "tpm2-software";
repo = pname;
rev = version;
hash = "sha256-BP28utEUI9g1VNv3lCXuiKrDtEImFQxxZfIjLiE3Wr8=";
};
src = pkgs.tpm2-tss.src;
patches = [
./no-shadow.patch