Merge pull request #322554 from r-ryantm/auto-update/twa

twa: 1.10.0 -> 1.11.0
This commit is contained in:
Matthias Beyer
2024-06-30 17:28:10 +02:00
committed by GitHub
+2 -2
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;