tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
fuc: 2.0.0 -> 2.1.0
R. Ryantm
2 years ago
bd0b014e
c81c2414
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
fuc
default.nix
+3
-3
pkgs/tools/misc/fuc/default.nix
reviewed
···
7
7
8
8
rustPlatform.buildRustPackage rec {
9
9
pname = "fuc";
10
10
-
version = "2.0.0";
10
10
+
version = "2.1.0";
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "SUPERCILEX";
14
14
repo = "fuc";
15
15
rev = version;
16
16
-
hash = "sha256-Y43+LB6JXxpU94BrrjSBs2ge2g3NB7O3wYeU6rbF28U=";
16
16
+
hash = "sha256-7hXSw79hIxfPRm7nSQhdG3/M9cZ+hN4X0kRHR2PDK0U=";
17
17
};
18
18
19
19
-
cargoHash = "sha256-uNG+7a9EvGLkPIu/p8tnucZ3R6/LhZ2Lfv7V0e5YIxs=";
19
19
+
cargoHash = "sha256-hnfH8ET4PVbi5qzXxa3gbOHYnlVqXA15efUefF+6zfs=";
20
20
21
21
RUSTC_BOOTSTRAP = 1;
22
22