tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
piping-server-rust: 0.14.0 -> 0.14.1
figsoda
3 years ago
72a60822
584c71c3
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
piping-server-rust
default.nix
+3
-3
pkgs/servers/piping-server-rust/default.nix
···
2
3
rustPlatform.buildRustPackage rec {
4
pname = "piping-server-rust";
5
-
version = "0.14.0";
6
7
src = fetchFromGitHub {
8
owner = "nwtgck";
9
repo = pname;
10
rev = "v${version}";
11
-
sha256 = "sha256-ON3/GaDwQ9DtApRZuYClZWzFhmiLi988jIBvl0DgYSM=";
12
};
13
14
-
cargoSha256 = "sha256-rc3VTJllDu4oIFcswCNUJejJHzC2PoJJV9EU5fOC7fQ=";
15
16
buildInputs = lib.optionals stdenv.isDarwin [ CoreServices Security ];
17
···
2
3
rustPlatform.buildRustPackage rec {
4
pname = "piping-server-rust";
5
+
version = "0.14.1";
6
7
src = fetchFromGitHub {
8
owner = "nwtgck";
9
repo = pname;
10
rev = "v${version}";
11
+
sha256 = "sha256-QgOrKAPLphvIMqcOrbYuo4ra65IV8dK5+6tyh+YyyP4=";
12
};
13
14
+
cargoSha256 = "sha256-Nd+Frhospp6ERYFuxzEzKbkLAFqTv7Lp7MWwv09S+KA=";
15
16
buildInputs = lib.optionals stdenv.isDarwin [ CoreServices Security ];
17