tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sigil: 1.9.1 -> 1.9.2
authored by
R. Ryantm
and committed by
ehmry
3 years ago
7db19e78
3148b3d3
+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.9.1";
10
11
src = fetchFromGitHub {
12
repo = "Sigil";
13
owner = "Sigil-Ebook";
14
rev = version;
15
-
sha256 = "sha256-PsHliyJu61QFTFZUgDtxguu18GBVTOGMW6pPYjHhvG0=";
16
};
17
18
pythonPath = with python3Packages; [ lxml ];
···
6
7
mkDerivation rec {
8
pname = "sigil";
9
+
version = "1.9.2";
10
11
src = fetchFromGitHub {
12
repo = "Sigil";
13
owner = "Sigil-Ebook";
14
rev = version;
15
+
sha256 = "sha256-LfP3qUzoHuYSpkTz1queVGTWOP9v9kbgbgvvtiMK6Eo=";
16
};
17
18
pythonPath = with python3Packages; [ lxml ];