gitice: 2.0.3 -> 2.0.4

Diff: https://github.com/msfjarvis/gitice/compare/v2.0.3...v2.0.4
This commit is contained in:
GitHub Actions 2023-11-06 00:13:38 +00:00
parent b1c35f06f0
commit 6d4e98d9a9
1 changed files with 3 additions and 3 deletions

View File

@ -13,16 +13,16 @@ in
})
.buildRustPackage rec {
pname = "gitice";
version = "2.0.3";
version = "2.0.4";
src = fetchFromGitHub {
owner = "msfjarvis";
repo = "gitice";
rev = "v${version}";
hash = "sha256-ouwlQXWhhGmy47/xvjA9Iw2tGMP0gC9e7tzIceHvVM8=";
hash = "sha256-GsB+2yRClow6VCPeXTdsJqXjjvIKlyg6uKK6jgVe7P8=";
};
cargoHash = "sha256-D69pQw2ZpEI4EMB17/gLYyDhy8bkQcSQwp3h/ffKXsA=";
cargoHash = "sha256-uAvXo/NVe+tUDV32RFPmJDaXriGiAX/jyjtgIp2PSrQ=";
useNextest = true;