tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
mcfly: 0.8.5 -> 0.8.6
R. Ryantm
2 years ago
61a7c8cf
0bdd49cb
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
mcfly
default.nix
+3
-3
pkgs/tools/misc/mcfly/default.nix
reviewed
···
2
2
3
3
rustPlatform.buildRustPackage rec {
4
4
pname = "mcfly";
5
5
-
version = "0.8.5";
5
5
+
version = "0.8.6";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "cantino";
9
9
repo = "mcfly";
10
10
rev = "v${version}";
11
11
-
hash = "sha256-vzGZzZy3VBntsmBcb+APEQTWoz4rsxWAiiInj+E6Xd0=";
11
11
+
hash = "sha256-OoDfQze4t03PaLyoB0/0HtcsPK6Jy74OythuJG6Vy60=";
12
12
};
13
13
14
14
postPatch = ''
···
17
17
substituteInPlace mcfly.fish --replace '(command which mcfly)' '${placeholder "out"}/bin/mcfly'
18
18
'';
19
19
20
20
-
cargoHash = "sha256-XASDPF21ZlVTLa0n5MAsm9FZz+ar9KRiPacsx0bX7OA=";
20
20
+
cargoHash = "sha256-Y1W9QetWZAgcZdfJNH9Hg3i4NZoCpf7FIPOlaRJzBrQ=";
21
21
22
22
meta = with lib; {
23
23
homepage = "https://github.com/cantino/mcfly";