gnome3.nemiver: fix patch url

This commit is contained in:
Jan Tojnar 2018-05-29 10:13:36 +02:00
parent 86270fc19e
commit c087482770
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
patches = [
./bool_slot.patch ./safe_ptr.patch
(fetchpatch {
url = "https://git.gnome.org/browse/nemiver/patch/src/persp/dbgperspective/nmv-dbg-perspective.cc?id=262cf9657f9c2727a816972b348692adcc666008";
url = https://gitlab.gnome.org/GNOME/nemiver/commit/262cf9657f9c2727a816972b348692adcc666008.patch;
sha256 = "03jv6z54b8nzvplplapk4aj206zl1gvnv6iz0mad19g6yvfbw7a7";
})
];