tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
asuka: 0.8.3 -> 0.8.5
authored by
R. Ryantm
and committed by
Yt
3 years ago
1557e0a3
f92a357c
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
browsers
asuka
default.nix
+3
-3
pkgs/applications/networking/browsers/asuka/default.nix
···
2
3
rustPlatform.buildRustPackage rec {
4
pname = "asuka";
5
-
version = "0.8.3";
6
7
src = fetchFromSourcehut {
8
owner = "~julienxx";
9
repo = pname;
10
rev = version;
11
-
sha256 = "sha256-l3SgIyApASllHVhAc2yoUYc2x7QtCdzBrMYaXCp65m8=";
12
};
13
14
-
cargoSha256 = "sha256-twECZM1KcWeQptLhlKlIz16r3Q/xMb0e+lBG+EX79mU=";
15
16
nativeBuildInputs = [ pkg-config ];
17
···
2
3
rustPlatform.buildRustPackage rec {
4
pname = "asuka";
5
+
version = "0.8.5";
6
7
src = fetchFromSourcehut {
8
owner = "~julienxx";
9
repo = pname;
10
rev = version;
11
+
sha256 = "sha256-+rj6P3ejc4Qb/uqbf3N9MqyqDT7yg9JFE0yfW/uzd6M=";
12
};
13
14
+
cargoSha256 = "sha256-XrFpvH3qiMvpgbH7Q+KC1zFAqJT4rjxux6Q5KLY2ufI=";
15
16
nativeBuildInputs = [ pkg-config ];
17