lix-diff: 1.1.1 -> 1.2.0

Diff: https://github.com/tgirlcloud/lix-diff/compare/v1.1.1...v1.2.0
This commit is contained in:
isabel
2026-01-24 13:19:14 +00:00
parent 826bb7c62f
commit 8a6c3a34fc
+3 -3
View File
@@ -6,16 +6,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "lix-diff";
version = "1.1.1";
version = "1.2.0";
src = fetchFromGitHub {
owner = "tgirlcloud";
repo = "lix-diff";
tag = "v${finalAttrs.version}";
hash = "sha256-uZd8xoQWsvJCmHtxtKJzKtaupUdXMXKWqSjXnK/BZco=";
hash = "sha256-ehASke8ZpvHkQI9bCV3/9i1QG67hjSIMoIMQDlbODxU=";
};
cargoHash = "sha256-ydB65V879tW42FXSgdoUDeQbovsVf8qXku9uW4mqAfs=";
cargoHash = "sha256-ghwCwIg0PDfUfiHnwiUy8kNjPEgVWk92zA5ZnlD8BO8=";
passthru.updateScript = nix-update-script { };