twt: 1.2.4 -> 1.2.5

Diff: https://github.com/msfjarvis/twt/compare/v1.2.4...v1.2.5
This commit is contained in:
GitHub Actions 2023-09-20 17:45:39 +00:00
parent f9cae7eec4
commit f39a01ed7e
1 changed files with 3 additions and 3 deletions

View File

@ -7,16 +7,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "twt";
version = "1.2.4";
version = "1.2.5";
src = fetchFromGitHub {
owner = "msfjarvis";
repo = "twt";
rev = "v${version}";
hash = "sha256-a1VtwFT/k504FeqiRZ1aX+B8O2sD4lTD/lo5PARojpA=";
hash = "sha256-5FVbYLYXyIOLwPcUZHqCPJQLf7aFCJ9zYDtDxaOKmLY=";
};
cargoHash = "sha256-Uuf4L7pRX9daoO1wyMD+vsCdvH4iWi86nI6YzPw35wE=";
cargoHash = "sha256-dLbfigyRO68sUeW1DQWllfNZUtPa54F8pgKC6mv/H9U=";
useNextest = true;