tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gh-gei: 1.18.0 -> 1.18.1
R. Ryantm
5 months ago
432c42e8
610eccad
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
gh
gh-gei
package.nix
+2
-2
pkgs/by-name/gh/gh-gei/package.nix
···
7
7
8
8
buildDotnetModule rec {
9
9
pname = "gh-gei";
10
10
-
version = "1.18.0";
10
10
+
version = "1.18.1";
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "github";
14
14
repo = "gh-gei";
15
15
rev = "v${version}";
16
16
-
hash = "sha256-AMmeuobgJ+DSRG4zS7RP5l3/BraqQxXB+ygLDc3XnOs=";
16
16
+
hash = "sha256-ZMFom0irZa63Nzx7wViinmN6yRfiHxQFprJdIx1Ak2Y=";
17
17
};
18
18
19
19
dotnet-sdk = dotnetCorePackages.sdk_8_0_4xx;