tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
entwine: 2022-08-03 -> 2023-04-27
Kirill Radzikhovskyy
2 years ago
576367be
69900c58
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
graphics
entwine
default.nix
+4
-4
pkgs/applications/graphics/entwine/default.nix
···
7
, openssl
8
}:
9
10
-
stdenv.mkDerivation rec {
11
pname = "entwine";
12
-
version = "unstable-2022-08-03";
13
14
src = fetchFromGitHub {
15
owner = "connormanning";
16
repo = "entwine";
17
-
rev = "c776d51fd6ab94705b74f78b26de7f853e6ceeae";
18
-
sha256 = "sha256-dhYJhXtfMmqQLWuV3Dux/sGTsVxCI7RXR2sPlwIry0g=";
19
};
20
21
buildInputs = [
···
7
, openssl
8
}:
9
10
+
stdenv.mkDerivation {
11
pname = "entwine";
12
+
version = "unstable-2023-04-27";
13
14
src = fetchFromGitHub {
15
owner = "connormanning";
16
repo = "entwine";
17
+
rev = "8bd179c38e6da1688f42376b88ff30427672c4e3";
18
+
sha256 = "sha256-RlNxTtqxQoniI1Ugj5ot0weu7ji3WqDJZpMu2n8vBkw=";
19
};
20
21
buildInputs = [