tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
xcbeautify: 2.4.1 -> 2.27.0
emaryn
11 months ago
6e9ec4ce
46fcc394
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
xc
xcbeautify
package.nix
+3
-3
pkgs/by-name/xc/xcbeautify/package.nix
···
7
8
stdenv.mkDerivation rec {
9
pname = "xcbeautify";
10
-
version = "2.4.1";
11
12
src = fetchurl {
13
url = "https://github.com/cpisciotta/xcbeautify/releases/download/${version}/xcbeautify-${version}-${stdenv.hostPlatform.darwinArch}-apple-macosx.zip";
14
hash = lib.getAttr stdenv.hostPlatform.darwinArch {
15
-
arm64 = "sha256-EjBhpw9qsOEweXOepQVPNL/hCxj12Z5gyvv7neNEeMU=";
16
-
x86_64 = "sha256-Zb54g0cMWB6ouzLPUd+VTCicp+bVb5aDKxNSB3eGaZU=";
17
};
18
};
19
···
7
8
stdenv.mkDerivation rec {
9
pname = "xcbeautify";
10
+
version = "2.27.0";
11
12
src = fetchurl {
13
url = "https://github.com/cpisciotta/xcbeautify/releases/download/${version}/xcbeautify-${version}-${stdenv.hostPlatform.darwinArch}-apple-macosx.zip";
14
hash = lib.getAttr stdenv.hostPlatform.darwinArch {
15
+
arm64 = "sha256-8HEge1LvnEZQbliEDO+FP485V/OddBBESfCXnI/v2dE=";
16
+
x86_64 = "sha256-s1YyXEUJ7I0UhNEPSGregTFHpDKlFQ6ezvUXFk/0J6Q=";
17
};
18
};
19