twa: 1.10.0 -> 1.11.0

This commit is contained in:
R. Ryantm 2024-06-26 02:52:41 +00:00
parent 260616a5fd
commit b36abcccfa

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "twa";
version = "1.10.0";
version = "1.11.0";
src = fetchFromGitHub {
owner = "trailofbits";
repo = "twa";
rev = "v${version}";
hash = "sha256-8c1o03iwStmhjKHmEXIZGyaSOAJRlOuhu0ERjCO5SHg=";
hash = "sha256-B+UwH7oCtediLzurjYuLp56IxiKNAqyoW5QkwXX72MA=";
};
dontBuild = true;