dethrace: 0.9.0 -> 0.10.1

This commit is contained in:
R. Ryantm
2026-03-01 22:29:49 +00:00
parent 0b2e2c1364
commit 4e59553531
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dethrace";
version = "0.9.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "dethrace-labs";
repo = "dethrace";
tag = "v${finalAttrs.version}";
hash = "sha256-+C3NyRLmvXrkZuhLGwIIHFWjXLMpt3srLZCVrxRUlkA=";
hash = "sha256-SGQGErlmsJEhjdvZa2YPJWwNFuZR4RL81W7meilw8t0=";
fetchSubmodules = true;
};