tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
func: 1.7.0 -> 1.10.0
Aaron Jheng
2 years ago
b016259f
d37f585a
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
func
default.nix
+3
-3
pkgs/applications/networking/cluster/func/default.nix
···
2
2
3
3
buildGoModule rec {
4
4
pname = "func";
5
5
-
version = "1.7.0";
5
5
+
version = "1.10.0";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "knative";
9
9
repo = "func";
10
10
rev = "knative-v${version}";
11
11
-
sha256 = "sha256-LrWRY22deh+YL/cLb+ZwK93okVPgysBoMCmo2MrbqIs=";
11
11
+
hash = "sha256-x/SrRkgeLvjcd9LNgMGOf5TLU1GXpjY2Z2MyxrBZckc=";
12
12
};
13
13
14
14
-
vendorSha256 = null;
14
14
+
vendorHash = null;
15
15
16
16
subPackages = [ "cmd/func" ];
17
17