mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
eww: 0.6.0 -> 0.6.0-unstable-2024-04-26
use 2c8811512460ce6cc75e021d8d081813647699dc to fix string truncation bug https://github.com/elkowar/eww/pull/1084
This commit is contained in:
parent
321ca9eb69
commit
b41e30ee8f
@ -12,16 +12,19 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "eww";
|
pname = "eww";
|
||||||
version = "0.6.0";
|
version = "0.6.0-unstable-2024-04-26";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "elkowar";
|
owner = "elkowar";
|
||||||
repo = "eww";
|
repo = "eww";
|
||||||
rev = "refs/tags/v${version}";
|
# FIXME: change to a release tag once a new release is available
|
||||||
hash = "sha256-rzDnplFJNiHe+XbxbhZMEhPJMiJsmdVqtZxlxhzzpTk=";
|
# https://github.com/elkowar/eww/pull/1084
|
||||||
|
# using the revision to fix string truncation issue in eww config
|
||||||
|
rev = "2c8811512460ce6cc75e021d8d081813647699dc";
|
||||||
|
hash = "sha256-eDOg5Ink3iWT/B1WpD9po5/UxS4DEaVO4NPIRyjSheM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-n9nd5E/VO+0BgkhrfQpeihlIkoVQRf6CMiPCK5opvvw=";
|
cargoHash = "sha256-ClnIW7HxbQcC85OyoMhBLFjVtdEUCOARuimfS4uRi+E=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config wrapGAppsHook3 ];
|
nativeBuildInputs = [ pkg-config wrapGAppsHook3 ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user