tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
oed: 6.7 -> 7.1
R. Ryantm
3 years ago
2c2a2c63
4f39ada7
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
oed
default.nix
+2
-2
pkgs/applications/editors/oed/default.nix
···
5
5
6
6
stdenv.mkDerivation rec {
7
7
pname = "oed";
8
8
-
version = "6.7";
8
8
+
version = "7.1";
9
9
10
10
src = fetchFromGitHub {
11
11
owner = "ibara";
12
12
repo = "oed";
13
13
rev = "oed-${version}";
14
14
-
hash = "sha256-Z8B1RIFve3UPj+9G/WJX0BNc2ynG/qtoGfoesarYGz8=";
14
14
+
hash = "sha256-ySfw8Xo/dCBd3K3dxWsdPz8gQ+KeXyReIlUo4q5SFCc=";
15
15
};
16
16
17
17
postPatch = lib.optionalString (stdenv.buildPlatform != stdenv.hostPlatform) ''