tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
compose2nix: 0.3.1 -> 0.3.2
R. Ryantm
5 months ago
239f75f9
9f0eb337
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
co
compose2nix
package.nix
+3
-3
pkgs/by-name/co/compose2nix/package.nix
···
8
9
buildGoModule rec {
10
pname = "compose2nix";
11
-
version = "0.3.1";
12
13
src = fetchFromGitHub {
14
owner = "aksiksi";
15
repo = "compose2nix";
16
rev = "v${version}";
17
-
hash = "sha256-rFnnbRVVv/N5021Al3vmjFAui1cTp8NBZDBNQo8CsXM=";
18
};
19
20
-
vendorHash = "sha256-kiUXgbXJg4x89k2SXf/1e1DLB04ETS+Qp2gx8uJA2DU=";
21
22
passthru.tests = {
23
version = testers.testVersion {
···
8
9
buildGoModule rec {
10
pname = "compose2nix";
11
+
version = "0.3.2";
12
13
src = fetchFromGitHub {
14
owner = "aksiksi";
15
repo = "compose2nix";
16
rev = "v${version}";
17
+
hash = "sha256-3i49IyYDwyVQffjHrHPmtPJl4ZkT1VpiFVDmX/dHcKw=";
18
};
19
20
+
vendorHash = "sha256-ckN4nK2A0micl+iBtvxwf5iMchrcGdC0xzjQta6Jges=";
21
22
passthru.tests = {
23
version = testers.testVersion {