tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
bdsync: 0.11.3 -> 0.11.4
R. Ryantm
9 months ago
67a3eee9
996e36a2
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
bd
bdsync
package.nix
+2
-2
pkgs/by-name/bd/bdsync/package.nix
···
9
9
10
10
stdenv.mkDerivation rec {
11
11
pname = "bdsync";
12
12
-
version = "0.11.3";
12
12
+
version = "0.11.4";
13
13
14
14
src = fetchFromGitHub {
15
15
owner = "rolffokkens";
16
16
repo = "bdsync";
17
17
rev = "v${version}";
18
18
-
sha256 = "sha256-58yoF6s0WjH+1mTY7X5OX53YgcnDmGxoCR8Kvl6lP+A=";
18
18
+
sha256 = "sha256-uvP26gdyIPC+IHxO5CYVuabfT4mnoWDOyaLTplYCW0I=";
19
19
};
20
20
21
21
nativeBuildInputs = [