Skip to content

Commit 83835b2

Browse files
authored
abcm2ps: 8.14.15 -> 8.14.17 (#406048)
2 parents c1497a8 + 7485640 commit 83835b2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pkgs/by-name/ab/abcm2ps/package.nix

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
lib,
33
stdenv,
4-
fetchFromGitHub,
4+
fetchfossil,
55
docutils,
66
pkg-config,
77
freetype,
@@ -11,13 +11,12 @@
1111

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "abcm2ps";
14-
version = "8.14.15";
14+
version = "8.14.17";
1515

16-
src = fetchFromGitHub {
17-
owner = "leesavide";
18-
repo = "abcm2ps";
16+
src = fetchfossil {
17+
url = "https://chiselapp.com/user/moinejf/repository/abcm2ps";
1918
rev = "v${finalAttrs.version}";
20-
hash = "sha256-0ZSMKARX16/33sIWR8LOVOFblI/Q+iZgnfVq/xqRMnI=";
19+
hash = "sha256-YA36wfj7owKu/KyWgCj6U8EJEh831cFtQj4/JtH6kVg=";
2120
};
2221

2322
configureFlags = [

0 commit comments

Comments
 (0)