git-annex-remote-rclone: 0.6 -> 0.7
This commit is contained in:
parent
4b02f74d3c
commit
81e4301733
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "git-annex-remote-rclone";
|
pname = "git-annex-remote-rclone";
|
||||||
version = "0.6";
|
version = "0.7";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "DanielDent";
|
owner = "DanielDent";
|
||||||
repo = "git-annex-remote-rclone";
|
repo = "git-annex-remote-rclone";
|
||||||
sha256 = "0j0hlxji8d974fq7zd4xc02n0jpi31ylhxc7z4zp8iiwad5mkpxp";
|
sha256 = "sha256-H2C4zjM+kbC9qPl1F+bSnepuqANjZd1sz6XxOTkVVkU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
Loading…
Reference in a new issue