mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
neothesia: 0.3.0 -> 0.3.1 (#413153)
Co-authored-by: Naxdy <Naxdy@users.noreply.github.com>
This commit is contained in:
commit
d3df330c5c
1 changed files with 3 additions and 3 deletions
|
@ -12,13 +12,13 @@
|
||||||
xorg,
|
xorg,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "0.3.0";
|
version = "0.3.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PolyMeilex";
|
owner = "PolyMeilex";
|
||||||
repo = "Neothesia";
|
repo = "Neothesia";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-JD1jQ/a6GHtB/d/fRMCiE4ZOO676BIiZ980VIYUloU0=";
|
hash = "sha256-qYwBSye6RYClSlWmHwuy/rxq9w5932tR33Z+o2S1l8k=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
|
@ -38,7 +38,7 @@ rustPlatform.buildRustPackage {
|
||||||
];
|
];
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-OYdKuYOL3X6eqVYANvmfTRA8TGd4+QLg0zodDH0jxXk=";
|
cargoHash = "sha256-mXeNAVYqPsBWiUZFV/atx/xjLgFNarm2HwI7k/NaAbc=";
|
||||||
|
|
||||||
cargoBuildFlags = [
|
cargoBuildFlags = [
|
||||||
"-p neothesia -p neothesia-cli"
|
"-p neothesia -p neothesia-cli"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue