dethrace: 0.8.0 -> 0.9.0

This commit is contained in:
R. Ryantm
2025-09-21 20:36:43 +00:00
parent 979665e7ed
commit 11c1ca1c86
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "dethrace";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "dethrace-labs";
repo = "dethrace";
tag = "v${version}";
hash = "sha256-Bt2wwF5cquXZwFpFyJ0TDmbFdTHbboQ93W/DvP9bsMo=";
hash = "sha256-+C3NyRLmvXrkZuhLGwIIHFWjXLMpt3srLZCVrxRUlkA=";
fetchSubmodules = true;
};