tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
runitor: 1.4.0 -> 1.4.1
R. Ryantm
7 months ago
b4e19ca0
d0797095
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ru
runitor
package.nix
+2
-2
pkgs/by-name/ru/runitor/package.nix
···
8
9
buildGoModule rec {
10
pname = "runitor";
11
-
version = "1.4.0";
12
vendorHash = "sha256-SYYAAtuWt/mTmZPBilYxf2uZ6OcgeTnobYiye47i8mI=";
13
14
src = fetchFromGitHub {
15
owner = "bdd";
16
repo = "runitor";
17
rev = "v${version}";
18
-
sha256 = "sha256-eD8bJ34ZfTPToQrZ8kZGcSBdMmmCwRtuXgwZmz15O3s=";
19
};
20
21
ldflags = [
···
8
9
buildGoModule rec {
10
pname = "runitor";
11
+
version = "1.4.1";
12
vendorHash = "sha256-SYYAAtuWt/mTmZPBilYxf2uZ6OcgeTnobYiye47i8mI=";
13
14
src = fetchFromGitHub {
15
owner = "bdd";
16
repo = "runitor";
17
rev = "v${version}";
18
+
sha256 = "sha256-y4wIfal8aiVD5ZoRF6GnYUGRssBLMOPSWa40+3OU4y0=";
19
};
20
21
ldflags = [