tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
microserver: 0.2.0 -> 0.2.1
R. Ryantm
3 years ago
2255fa1f
88fdc554
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
microserver
default.nix
+3
-3
pkgs/servers/microserver/default.nix
···
2
3
rustPlatform.buildRustPackage rec {
4
pname = "microserver";
5
-
version = "0.2.0";
6
7
src = fetchFromGitHub {
8
owner = "robertohuertasm";
9
repo = "microserver";
10
rev = "v${version}";
11
-
sha256 = "1bbbdajh74wh2fbidasim2mzmzqjrgi02v8b0g7vbhpdnlim6ixz";
12
};
13
14
-
cargoSha256 = "1wh5riw1fr87wbzbzjnwi5zsc5nflwnp6qcpa8a2js54ncd01n16";
15
16
buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ Security ]);
17
···
2
3
rustPlatform.buildRustPackage rec {
4
pname = "microserver";
5
+
version = "0.2.1";
6
7
src = fetchFromGitHub {
8
owner = "robertohuertasm";
9
repo = "microserver";
10
rev = "v${version}";
11
+
sha256 = "sha256-VgzOdJ1JLe0acjRYvaysCPox5acFmc4VD2f6HZWxT8M=";
12
};
13
14
+
cargoSha256 = "sha256-JGsMtlWuww1rYE4w6i2VlyD6gGHqnLehLDZmW57R+Fo=";
15
16
buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ Security ]);
17