We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16eec5d + f0b7be3 commit c34e9deCopy full SHA for c34e9de
pkgs/by-name/ne/neothesia/package.nix
@@ -12,13 +12,13 @@
12
xorg,
13
}:
14
let
15
- version = "0.2.1";
+ version = "0.3.0";
16
17
src = fetchFromGitHub {
18
owner = "PolyMeilex";
19
repo = "Neothesia";
20
rev = "v${version}";
21
- hash = "sha256-bQ2546q+oachvuNKMJHjQzF6uv06LG+f7eFQPoAn6mw=";
+ hash = "sha256-JD1jQ/a6GHtB/d/fRMCiE4ZOO676BIiZ980VIYUloU0=";
22
};
23
in
24
rustPlatform.buildRustPackage {
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage {
38
];
39
40
useFetchCargoVendor = true;
41
- cargoHash = "sha256-qIoH+YhyPXXIWFwgcJBly2KBSuVgaRg5kZtBazaTVJ0=";
+ cargoHash = "sha256-OYdKuYOL3X6eqVYANvmfTRA8TGd4+QLg0zodDH0jxXk=";
42
43
cargoBuildFlags = [
44
"-p neothesia -p neothesia-cli"
0 commit comments