sympow: fix patch url to working revision (#55778)

fix_pointer_initialization2.patch no longer exists on trunk -- download
from a fixed older revision where it did.
This commit is contained in:
Dylan Simon 2019-02-14 15:10:37 -05:00 committed by Timo Kaufmann
parent 718b701462
commit e69fdc1715

View File

@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
})
(fetchpatch {
name = "fix_pointer_initialization2.patch";
url = "https://git.archlinux.org/svntogit/community.git/plain/trunk/sympow-datafiles.patch?h=packages/sympow";
url = "https://git.archlinux.org/svntogit/community.git/plain/trunk/sympow-datafiles.patch?h=packages/sympow&id=5088e641a45b23d0385d8e63be65315129b4cf58";
sha256 = "1m0vz048layb47r1jjf7fplw650ccc9x0w3l322iqmppzmv3022a";
})
];