Skip to content

Commit c34e9de

Browse files
neothesia: 0.2.1 -> 0.3.0 (#409987)
Co-authored-by: Naxdy <[email protected]>
2 parents 16eec5d + f0b7be3 commit c34e9de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ne/neothesia/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
xorg,
1313
}:
1414
let
15-
version = "0.2.1";
15+
version = "0.3.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "PolyMeilex";
1919
repo = "Neothesia";
2020
rev = "v${version}";
21-
hash = "sha256-bQ2546q+oachvuNKMJHjQzF6uv06LG+f7eFQPoAn6mw=";
21+
hash = "sha256-JD1jQ/a6GHtB/d/fRMCiE4ZOO676BIiZ980VIYUloU0=";
2222
};
2323
in
2424
rustPlatform.buildRustPackage {
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage {
3838
];
3939

4040
useFetchCargoVendor = true;
41-
cargoHash = "sha256-qIoH+YhyPXXIWFwgcJBly2KBSuVgaRg5kZtBazaTVJ0=";
41+
cargoHash = "sha256-OYdKuYOL3X6eqVYANvmfTRA8TGd4+QLg0zodDH0jxXk=";
4242

4343
cargoBuildFlags = [
4444
"-p neothesia -p neothesia-cli"

0 commit comments

Comments
 (0)