mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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,
|
||||
}:
|
||||
let
|
||||
version = "0.3.0";
|
||||
version = "0.3.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PolyMeilex";
|
||||
repo = "Neothesia";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-JD1jQ/a6GHtB/d/fRMCiE4ZOO676BIiZ980VIYUloU0=";
|
||||
hash = "sha256-qYwBSye6RYClSlWmHwuy/rxq9w5932tR33Z+o2S1l8k=";
|
||||
};
|
||||
in
|
||||
rustPlatform.buildRustPackage {
|
||||
|
@ -38,7 +38,7 @@ rustPlatform.buildRustPackage {
|
|||
];
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-OYdKuYOL3X6eqVYANvmfTRA8TGd4+QLg0zodDH0jxXk=";
|
||||
cargoHash = "sha256-mXeNAVYqPsBWiUZFV/atx/xjLgFNarm2HwI7k/NaAbc=";
|
||||
|
||||
cargoBuildFlags = [
|
||||
"-p neothesia -p neothesia-cli"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue