bdsync: 0.11.1 -> 0.11.2

This commit is contained in:
Sandro Jäckel 2020-10-22 23:57:05 +02:00
parent b4349c13a6
commit 6dcc6f05b6
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "bdsync";
version = "0.11.1";
version = "0.11.2";
src = fetchFromGitHub {
owner = "TargetHolding";
owner = "rolffokkens";
repo = pname;
rev = "v${version}";
sha256 = "11grdyc6fgw93jvj965awsycqw5qbzsdys7n8farqnmya8qv8gac";
sha256 = "0kx422cp1bxr62i1mi7dzrpwmys1kdp865rcymdp4knb5rr5864k";
};
nativeBuildInputs = [ pandoc which ];