Merge pull request #201528 from dotlambda/git-annex-adapter-fix

authored by Martin Weinelt and committed by GitHub 48cf2b24 18717ca4

+4
+4
pkgs/development/python-modules/git-annex-adapter/default.nix
··· 26 url = "https://github.com/alpernebbi/git-annex-adapter/commit/b78a8f445f1fb5cf34b28512fc61898ef166b5a1.patch"; 27 hash = "sha256-BSVoOPWsgY1btvn68bco4yb90FAC7ay2kYZ+q9qDHHw="; 28 }) 29 (substituteAll { 30 src = ./git-annex-path.patch; 31 gitAnnex = "${git-annex}/bin/git-annex";
··· 26 url = "https://github.com/alpernebbi/git-annex-adapter/commit/b78a8f445f1fb5cf34b28512fc61898ef166b5a1.patch"; 27 hash = "sha256-BSVoOPWsgY1btvn68bco4yb90FAC7ay2kYZ+q9qDHHw="; 28 }) 29 + (fetchpatch { 30 + url = "https://github.com/alpernebbi/git-annex-adapter/commit/d0d8905965a3659ce95cbd8f8b1e8598f0faf76b.patch"; 31 + hash = "sha256-UcRTKzD3sbXGIuxj4JzZDnvjTYyWVkfeWgKiZ1rAlus="; 32 + }) 33 (substituteAll { 34 src = ./git-annex-path.patch; 35 gitAnnex = "${git-annex}/bin/git-annex";