Unverified Commit c7f8b2df authored by Moraxyc's avatar Moraxyc
Browse files

terracotta: 0.3.14-rc.2 -> 0.3.14

parent 35c99edb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "terracotta";
  version = "0.3.14-rc.2";
  version = "0.3.14";

  src = fetchFromGitHub {
    owner = "burningtnt";
    repo = "Terracotta";
    tag = "v${finalAttrs.version}";
    hash = "sha256-TqKxkCBWRQfKrwbhh9nMFcAEjf1j36Dy6PleYwtGT/A=";
    hash = "sha256-zp3Ax0A7Vc6LnZiWu2pWzQTWvYH9NRmqSfmxK756qA8=";
    # populate values that require us to use git. By doing this in postFetch we
    # can delete .git afterwards and maintain better reproducibility of the src.
    leaveDotGit = true;