bdsync: 0.11.3 -> 0.11.4

This commit is contained in:
R. Ryantm 2025-04-13 00:32:43 +00:00
parent 996e36a291
commit 67a3eee953

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "bdsync";
version = "0.11.3";
version = "0.11.4";
src = fetchFromGitHub {
owner = "rolffokkens";
repo = "bdsync";
rev = "v${version}";
sha256 = "sha256-58yoF6s0WjH+1mTY7X5OX53YgcnDmGxoCR8Kvl6lP+A=";
sha256 = "sha256-uvP26gdyIPC+IHxO5CYVuabfT4mnoWDOyaLTplYCW0I=";
};
nativeBuildInputs = [