tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
scotty: 0.7.0 -> 0.7.1
R. Ryantm
6 months ago
229dc3ac
26fe5299
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
sc
scotty
package.nix
+3
-3
pkgs/by-name/sc/scotty/package.nix
···
9
10
buildGoModule (finalAttrs: {
11
pname = "scotty";
12
-
version = "0.7.0";
13
14
src = fetchFromSourcehut {
15
owner = "~phw";
16
repo = "scotty";
17
rev = "v${finalAttrs.version}";
18
-
hash = "sha256-NvFvayz8B69Vtl+Ghl9UBXqJqvka8p6hi2ClcQ7Xeys=";
19
};
20
21
# Otherwise checks fail with `panic: open /etc/protocols: operation not permitted` when sandboxing is enabled on Darwin
···
25
--replace-fail '!os.IsNotExist(err)' '!os.IsNotExist(err) && !os.IsPermission(err)'
26
'';
27
28
-
vendorHash = "sha256-+Hypr514lp0MuZVH9R9LUP93TYq2VNGuZ+6OWytohc8=";
29
30
env = {
31
# *Some* locale is required to be set
···
9
10
buildGoModule (finalAttrs: {
11
pname = "scotty";
12
+
version = "0.7.1";
13
14
src = fetchFromSourcehut {
15
owner = "~phw";
16
repo = "scotty";
17
rev = "v${finalAttrs.version}";
18
+
hash = "sha256-Sf1JuIWCscHPn7bA7spQ1zTKt+1kEehR+rEZ1+MTnoE=";
19
};
20
21
# Otherwise checks fail with `panic: open /etc/protocols: operation not permitted` when sandboxing is enabled on Darwin
···
25
--replace-fail '!os.IsNotExist(err)' '!os.IsNotExist(err) && !os.IsPermission(err)'
26
'';
27
28
+
vendorHash = "sha256-AfCSp/f8jAy1a6PyYHMErmOOgADXTfliJPQgyNLhVFo=";
29
30
env = {
31
# *Some* locale is required to be set