tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
regal: 0.22.0 -> 0.23.0
authored by
R. Ryantm
and committed by
Yaya
2 years ago
06db3a0d
1d433541
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
re
regal
package.nix
+3
-3
pkgs/by-name/re/regal/package.nix
reviewed
···
2
2
3
3
buildGoModule rec {
4
4
name = "regal";
5
5
-
version = "0.22.0";
5
5
+
version = "0.23.0";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "StyraInc";
9
9
repo = "regal";
10
10
rev = "v${version}";
11
11
-
hash = "sha256-3Q37ukeqf3n8UhriQNCWyRCgWOcxwO4TsNcsEnJn5eg=";
11
11
+
hash = "sha256-isivyYBxYinHQKfuLNyfXB1MNqdqNwu5iqsUd+WRwq8=";
12
12
};
13
13
14
14
-
vendorHash = "sha256-ejTBfoDYMt5Jpuq+uNgpdHCafR7IUVr8OFB84+m/ZFg=";
14
14
+
vendorHash = "sha256-I0aJFvJmmnxlqgeETOyg2/mjGX8lUJz99t56Qe+9uZg=";
15
15
16
16
meta = with lib; {
17
17
description = "a linter and language server for Rego";