tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
deepin-pdfium: 1.0.1 -> 1.0.2
rewine
2 years ago
050ce364
7fd2c325
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
desktops
deepin
library
deepin-pdfium
default.nix
+2
-2
pkgs/desktops/deepin/library/deepin-pdfium/default.nix
···
10
10
11
11
stdenv.mkDerivation rec {
12
12
pname = "deepin-pdfium";
13
13
-
version = "1.0.1";
13
13
+
version = "1.0.2";
14
14
15
15
src = fetchFromGitHub {
16
16
owner = "linuxdeepin";
17
17
repo = pname;
18
18
rev = version;
19
19
-
sha256 = "sha256-gUIQ+fZ7VaYaIj1hbzER10ceoJZbvhJlnDTFIShMrKw=";
19
19
+
hash = "sha256-ymJSTAccwRumXrh4VjwarKYgaqadMBrtXM1rjWNfe8o=";
20
20
};
21
21
22
22
nativeBuildInputs = [