tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ciel: 3.9.7 -> 3.9.8
R. Ryantm
6 months ago
f99f2f5b
734d9fee
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ci
ciel
package.nix
+3
-3
pkgs/by-name/ci/ciel/package.nix
···
16
16
17
17
rustPlatform.buildRustPackage rec {
18
18
pname = "ciel";
19
19
-
version = "3.9.7";
19
19
+
version = "3.9.8";
20
20
21
21
src = fetchFromGitHub {
22
22
owner = "AOSC-Dev";
23
23
repo = "ciel-rs";
24
24
tag = "v${version}";
25
25
-
hash = "sha256-GLgCepIZf08m4xywU0Erh5QWCSAcvGoE7/AOrBwCEWQ=";
25
25
+
hash = "sha256-swYIy+e+N4MVmNXSttLUWKmG2xj9TA9sWwCrIdo+gIA=";
26
26
};
27
27
28
28
-
cargoHash = "sha256-SWI7K/fi3DkbvEZ1nS5GfVkjvdwjd2oZbJFaELge34A=";
28
28
+
cargoHash = "sha256-RBtERA9CkTdW++ikHkV1X11hg49IrvVFIdTi1qQp+ok=";
29
29
30
30
nativeBuildInputs = [
31
31
pkg-config