tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
chia: 1.6.2 -> 1.7.0
Louis Bettens
3 years ago
8af77c76
a930fdc6
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
blockchains
chia
default.nix
+2
-2
pkgs/applications/blockchains/chia/default.nix
···
6
6
7
7
let chia = python3Packages.buildPythonApplication rec {
8
8
pname = "chia";
9
9
-
version = "1.6.2";
9
9
+
version = "1.7.0";
10
10
11
11
src = fetchFromGitHub {
12
12
owner = "Chia-Network";
13
13
repo = "chia-blockchain";
14
14
rev = version;
15
15
fetchSubmodules = true;
16
16
-
hash = "sha256-BgUgTYpjFsKisfFni8TzSYQ8+S3P+7m78DuyjWF5xh8=";
16
16
+
hash = "sha256-hsh2HHpm103JfUTPwk+8zIkhVrglIP8xMovFIibn8+g=";
17
17
};
18
18
19
19
postPatch = ''