mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
creddump: fix src
This commit is contained in:
parent
a823dee9d9
commit
4b6e4a6421
|
@ -7,8 +7,7 @@ python2Packages.buildPythonApplication rec {
|
|||
src = fetchFromGitLab {
|
||||
owner = "kalilinux";
|
||||
repo = "packages/creddump";
|
||||
# url-encoding workaround: https://github.com/NixOS/nixpkgs/issues/65796#issuecomment-517829019
|
||||
rev = "debian%2F${version}-1kali2"; # %2F = urlquote("/")
|
||||
rev = "debian/${version}-1kali2";
|
||||
sha256 = "0r3rs2hggsvv619l3fh3c0jli6d3ryyj30ni3hz0nz670z5smzcf";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue