tomat: 2.10.0 -> 2.11.0 (#493314)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-23 14:11:49 +00:00
committed by GitHub
+3 -3
View File
@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "tomat";
version = "2.10.0";
version = "2.11.0";
src = fetchFromGitHub {
owner = "jolars";
repo = "tomat";
tag = "v${finalAttrs.version}";
hash = "sha256-Oyahjz6dzEV5WwNyq2xjlBeoifXoSR48VZNqv+l8y+Y=";
hash = "sha256-bHmVwtpDQCO8NS1dsilSsDBlMWotEZ3x1J/KD40vbVs=";
};
cargoHash = "sha256-eKuobKkNDXF/PyCcOt4nBpde+HwKyqzeOF2ZV2wpJoI=";
cargoHash = "sha256-wxVWYOMYVi8R1YpBp+KPirqubAPYA561R+maG1vgrl0=";
nativeBuildInputs = [
pkg-config