ttags: 0.4.1 -> 0.4.2

This commit is contained in:
R. Ryantm
2024-12-07 03:13:04 +00:00
parent c90e086ba3
commit af6d0825ca

View File

@@ -1,5 +1,5 @@
{ lib, fetchFromGitHub, rustPlatform, testers, ttags }: { lib, fetchFromGitHub, rustPlatform, testers, ttags }:
let version = "0.4.1"; let version = "0.4.2";
in rustPlatform.buildRustPackage { in rustPlatform.buildRustPackage {
pname = "ttags"; pname = "ttags";
inherit version; inherit version;
@@ -8,10 +8,10 @@ in rustPlatform.buildRustPackage {
owner = "npezza93"; owner = "npezza93";
repo = "ttags"; repo = "ttags";
rev = "${version}"; rev = "${version}";
hash = "sha256-yKg0KUA/Wa7B/sU1uxgGQR0Wat/bFv3ascqnUCdWKw0="; hash = "sha256-z0IxGdveMtCXmCKD4jp/BEA6mtTl4CitIrVhM6BtHzA=";
}; };
cargoHash = "sha256-MZ9QRF5yNw+YtSEu+Qc/J3Ap7+nRDZT7aitunk+x38Y="; cargoHash = "sha256-kyduUQcc3w5JyQICwTu9GdNRJF6H5353Ow05oKg6Ozg=";
passthru.tests.version = testers.testVersion { passthru.tests.version = testers.testVersion {
package = ttags; package = ttags;