Skip to content

Commit d59a0b1

Browse files
rumdl: 0.0.169 -> 0.0.181 (#464300)
2 parents 8b6d329 + 10668e3 commit d59a0b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ru/rumdl/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
rustPlatform.buildRustPackage (finalAttrs: {
1010
pname = "rumdl";
11-
version = "0.0.169";
11+
version = "0.0.181";
1212

1313
src = fetchFromGitHub {
1414
owner = "rvben";
1515
repo = "rumdl";
1616
tag = "v${finalAttrs.version}";
17-
hash = "sha256-1ly0bAA8NGGqdF6U/BYGvr+aR6OU0ArbK7A0vAMdtlQ=";
17+
hash = "sha256-qwsZ4S0F9JEpVP05RbvUQT8mBemtJQwJ6DRMp+r2TM0=";
1818
};
1919

20-
cargoHash = "sha256-qnNm69SM3pt0LAIOvu0xhnTFft+SCD2LmY3hNoturmo=";
20+
cargoHash = "sha256-DwCzpyoJcnD/j3umEJGMaMlt0WgPtK3HaztDieuWo90=";
2121

2222
cargoBuildFlags = [
2323
"--bin=rumdl"

0 commit comments

Comments
 (0)