Skip to content

Commit faab534

Browse files
committed
managarr: 0.5.1 -> 0.6.0
1 parent d8f8b0d commit faab534

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ma/managarr/package.nix

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

88
rustPlatform.buildRustPackage rec {
99
pname = "managarr";
10-
version = "0.5.1";
10+
version = "0.6.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "Dark-Alex-17";
1414
repo = "managarr";
1515
tag = "v${version}";
16-
hash = "sha256-VWlKfot6G97H7o1JhcAQgAjhYr2hvPrez1ZkeniWYBQ=";
16+
hash = "sha256-kUEYmhoM284SssSP5G7cbySo+dhH2zK6liCHEwKDpic=";
1717
};
1818

19-
cargoHash = "sha256-bddsQlPsVXrhKoitEmxb2fZIoq4ePsVCGBN1y5hMn2U=";
19+
cargoHash = "sha256-utegnUGHilDoLlKB55BbdXiCwv/8AAqdtofJ42D7Baw=";
2020

2121
nativeBuildInputs = [ perl ];
2222

0 commit comments

Comments
 (0)