tgt: 1.0.94 -> 1.0.95

This commit is contained in:
R. Ryantm
2025-03-01 12:51:10 +00:00
parent e318dabd63
commit 447c48d5d7
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "tgt";
version = "1.0.94";
version = "1.0.95";
src = fetchFromGitHub {
owner = "fujita";
repo = pname;
rev = "v${version}";
hash = "sha256-4zPTAdAXO8Km8a50ST3mdHW3RlKD1pmLACeFOY48lv0=";
hash = "sha256-e7rI8/WQl1L78l2Nk9ajomRucPwsSqZ7fLSHSw11jeY=";
};
nativeBuildInputs = [