Skip to content

Commit ebac056

Browse files
tombi: 1.2.0 -> 1.2.1 (#543119)
2 parents d4cea04 + 436cc93 commit ebac056

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/to/tombi/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
rustPlatform.buildRustPackage (finalAttrs: {
1111
pname = "tombi";
12-
version = "1.2.0";
12+
version = "1.2.1";
1313

1414
__structuredAttrs = true;
1515

1616
src = fetchFromGitHub {
1717
owner = "tombi-toml";
1818
repo = "tombi";
1919
tag = "v${finalAttrs.version}";
20-
hash = "sha256-0ACGYRexG39FG5DzcayEUdsF1JvSPbzJq4m9I1ZWnSI=";
20+
hash = "sha256-aK2Y9knJwJCaRFifGpsEvH5hm0ZqtDPLHYnabxAEZZQ=";
2121
};
2222

2323
# Tests relies on the presence of network
@@ -26,7 +26,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
2626
"--package"
2727
"tombi-cli"
2828
];
29-
cargoHash = "sha256-IgtFNjp8fql01KGCR6h4+QtEm3AxJxsq900ZEwhRWhg=";
29+
cargoHash = "sha256-d7IJAPiLpQbmuJ7m7bQ5zSTdfnrIJB/dZwZFaXN9ikA=";
3030

3131
postPatch = ''
3232
substituteInPlace Cargo.toml \

0 commit comments

Comments
 (0)