We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b6d329 + 10668e3 commit d59a0b1Copy full SHA for d59a0b1
pkgs/by-name/ru/rumdl/package.nix
@@ -8,16 +8,16 @@
8
9
rustPlatform.buildRustPackage (finalAttrs: {
10
pname = "rumdl";
11
- version = "0.0.169";
+ version = "0.0.181";
12
13
src = fetchFromGitHub {
14
owner = "rvben";
15
repo = "rumdl";
16
tag = "v${finalAttrs.version}";
17
- hash = "sha256-1ly0bAA8NGGqdF6U/BYGvr+aR6OU0ArbK7A0vAMdtlQ=";
+ hash = "sha256-qwsZ4S0F9JEpVP05RbvUQT8mBemtJQwJ6DRMp+r2TM0=";
18
};
19
20
- cargoHash = "sha256-qnNm69SM3pt0LAIOvu0xhnTFft+SCD2LmY3hNoturmo=";
+ cargoHash = "sha256-DwCzpyoJcnD/j3umEJGMaMlt0WgPtK3HaztDieuWo90=";
21
22
cargoBuildFlags = [
23
"--bin=rumdl"
0 commit comments