terracotta: 0.4.1 -> 0.4.2 (#489670)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-12 04:30:47 +00:00
committed by GitHub
2 changed files with 349 additions and 167 deletions
+347 -165
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -11,13 +11,13 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "terracotta";
version = "0.4.1";
version = "0.4.2";
src = fetchFromGitHub {
owner = "burningtnt";
repo = "Terracotta";
tag = "v${finalAttrs.version}";
hash = "sha256-AlbztRTHnrEqJCcNeRNssu2M0QHicdRlGCVHOvYglTw=";
hash = "sha256-RxX1Uejy9bNuXkRNOnGNIr2qXapkmqjdTnFhljylkXo=";
# 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;