topiary: unstable-2023-01-10 -> 0.1.0

This commit is contained in:
Niols 2023-03-10 11:49:45 +01:00
parent bca9ab3d26
commit 594c6593fc
No known key found for this signature in database
GPG Key ID: 0B4EB01A5527EA54

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "topiary";
version = "unstable-2023-01-10";
version = "0.1.0";
src = fetchFromGitHub {
owner = "tweag";
repo = pname;
rev = "c36d4a2253f337e1a28d497826a84754b8d833f6";
sha256 = "sha256-0uqDuEpL9JCXzD7sQ3PDv4N1KtCSkoMoD5i402uIfas=";
rev = "v${version}";
sha256 = "sha256-Gm6AzzVLUXZi2jzJ1b/c4yjIvRRA2e5mC2CMVyly2X8=";
};
cargoSha256 = "sha256-PvMjLC133rlsPrgyESuVHIf2TPCtgGQQULCQvBTIJ20=";
cargoSha256 = "sha256-2Ovwntg3aZyR73rg8ruA/U1wVS1BO+B7r37D6/LPa/g=";
postInstall = ''
install -Dm444 languages/* -t $out/share/languages