There was an error while loading. Please reload this page.
2 parents d4cea04 + 436cc93 commit ebac056Copy full SHA for ebac056
1 file changed
pkgs/by-name/to/tombi/package.nix
@@ -9,15 +9,15 @@
9
10
rustPlatform.buildRustPackage (finalAttrs: {
11
pname = "tombi";
12
- version = "1.2.0";
+ version = "1.2.1";
13
14
__structuredAttrs = true;
15
16
src = fetchFromGitHub {
17
owner = "tombi-toml";
18
repo = "tombi";
19
tag = "v${finalAttrs.version}";
20
- hash = "sha256-0ACGYRexG39FG5DzcayEUdsF1JvSPbzJq4m9I1ZWnSI=";
+ hash = "sha256-aK2Y9knJwJCaRFifGpsEvH5hm0ZqtDPLHYnabxAEZZQ=";
21
};
22
23
# Tests relies on the presence of network
@@ -26,7 +26,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
26
"--package"
27
"tombi-cli"
28
];
29
- cargoHash = "sha256-IgtFNjp8fql01KGCR6h4+QtEm3AxJxsq900ZEwhRWhg=";
+ cargoHash = "sha256-d7IJAPiLpQbmuJ7m7bQ5zSTdfnrIJB/dZwZFaXN9ikA=";
30
31
postPatch = ''
32
substituteInPlace Cargo.toml \
0 commit comments