tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sigil: 1.5.1 -> 1.7.0
R. RyanTM
4 years ago
6d5f7805
739f0b22
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
sigil
default.nix
+2
-2
pkgs/applications/editors/sigil/default.nix
···
6
7
mkDerivation rec {
8
pname = "sigil";
9
-
version = "1.5.1";
10
11
src = fetchFromGitHub {
12
repo = "Sigil";
13
owner = "Sigil-Ebook";
14
rev = version;
15
-
sha256 = "sha256-BqNaIsUJE0KmFcmTjJERbclzaRe1dMjareWxUye2se0=";
16
};
17
18
pythonPath = with python3Packages; [ lxml ];
···
6
7
mkDerivation rec {
8
pname = "sigil";
9
+
version = "1.7.0";
10
11
src = fetchFromGitHub {
12
repo = "Sigil";
13
owner = "Sigil-Ebook";
14
rev = version;
15
+
sha256 = "sha256-a1gstR7qHbzQ3GZ0g/lxUxcHeZ5QgJIvhCV37tqlVfA=";
16
};
17
18
pythonPath = with python3Packages; [ lxml ];