Merge pull request #257023 from r-ryantm/auto-update/bdsync

bdsync: 0.11.2 -> 0.11.3
This commit is contained in:
Weijia Wang 2023-10-01 00:56:39 +02:00 committed by GitHub
commit 12e8a26230
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "bdsync";
version = "0.11.2";
version = "0.11.3";
src = fetchFromGitHub {
owner = "rolffokkens";
repo = pname;
rev = "v${version}";
sha256 = "0kx422cp1bxr62i1mi7dzrpwmys1kdp865rcymdp4knb5rr5864k";
sha256 = "sha256-58yoF6s0WjH+1mTY7X5OX53YgcnDmGxoCR8Kvl6lP+A=";
};
nativeBuildInputs = [ pandoc which ];
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Fast block device synchronizing tool";
homepage = "https://github.com/TargetHolding/bdsync";
homepage = "https://github.com/rolffokkens/bdsync";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ jluttine ];