Unverified Commit c195b7b0 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #220980 from Niols/topiary-0.1.0

topiary: unstable-2023-01-10 -> 0.1.0
parents c9ace28c 594c6593
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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