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 2e6bbc0 + faab534 commit 94d84f1Copy full SHA for 94d84f1
pkgs/by-name/ma/managarr/package.nix
@@ -7,16 +7,16 @@
7
8
rustPlatform.buildRustPackage rec {
9
pname = "managarr";
10
- version = "0.5.1";
+ version = "0.6.0";
11
12
src = fetchFromGitHub {
13
owner = "Dark-Alex-17";
14
repo = "managarr";
15
tag = "v${version}";
16
- hash = "sha256-VWlKfot6G97H7o1JhcAQgAjhYr2hvPrez1ZkeniWYBQ=";
+ hash = "sha256-kUEYmhoM284SssSP5G7cbySo+dhH2zK6liCHEwKDpic=";
17
};
18
19
- cargoHash = "sha256-bddsQlPsVXrhKoitEmxb2fZIoq4ePsVCGBN1y5hMn2U=";
+ cargoHash = "sha256-utegnUGHilDoLlKB55BbdXiCwv/8AAqdtofJ42D7Baw=";
20
21
nativeBuildInputs = [ perl ];
22
0 commit comments