wolfebin: 5.4 -> 5.6
This commit is contained in:
parent
0fdc7224a2
commit
f98ce6c06d
@ -1,17 +1,17 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, python }:
|
{ lib, stdenv, fetchFromGitHub, python3 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "5.4";
|
|
||||||
pname = "wolfebin";
|
pname = "wolfebin";
|
||||||
|
version = "5.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "thejoshwolfe";
|
owner = "thejoshwolfe";
|
||||||
repo = "wolfebin";
|
repo = "wolfebin";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "16xj6zz30sn9q05p211bmmsl0i6fknfxf8dssn6knm6nkiym8088";
|
sha256 = "sha256-tsI71/UdLaGZ3O2lNTd1c8S5OS2imquLovh0n0ez8Ts=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python ];
|
buildInputs = [ python3 ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install -m 755 -d $out/bin
|
install -m 755 -d $out/bin
|
||||||
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/thejoshwolfe/wolfebin";
|
homepage = "https://github.com/thejoshwolfe/wolfebin";
|
||||||
description = "Quick and easy file sharing";
|
description = "Quick and easy file sharing";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.andrewrk ];
|
maintainers = with maintainers; [ andrewrk ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -12240,9 +12240,7 @@ with pkgs;
|
|||||||
|
|
||||||
wstunnel = haskell.lib.compose.justStaticExecutables haskellPackages.wstunnel;
|
wstunnel = haskell.lib.compose.justStaticExecutables haskellPackages.wstunnel;
|
||||||
|
|
||||||
wolfebin = callPackage ../tools/networking/wolfebin {
|
wolfebin = callPackage ../tools/networking/wolfebin { };
|
||||||
python = python2;
|
|
||||||
};
|
|
||||||
|
|
||||||
xautoclick = callPackage ../applications/misc/xautoclick {};
|
xautoclick = callPackage ../applications/misc/xautoclick {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user