mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
Merge pull request #69165 from delroth/redo-apenwarr-source
redo-apenwarr: fix source URL
This commit is contained in:
commit
4445971025
@ -17,10 +17,10 @@ in stdenv.mkDerivation rec {
|
||||
pname = "redo-apenwarr";
|
||||
version = "0.42";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
src = fetchFromGitHub rec {
|
||||
owner = "apenwarr";
|
||||
repo = pname;
|
||||
rev = "${pname}-${version}";
|
||||
repo = "redo";
|
||||
rev = "${repo}-${version}";
|
||||
sha256 = "1060yb7hrxm8c7bfvb0y4j0acpxsj6hbykw1d9549zpkxxr9nsgm";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user