Merge pull request #306346 from r-ryantm/auto-update/i3bar-river

i3bar-river: 0.1.6 -> 0.1.7

Fixes https://github.com/NixOS/nixpkgs/issues/305043
This commit is contained in:
Mario Rodas 2024-04-24 08:08:37 -05:00 committed by GitHub
commit 1eb9a6980d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "i3bar-river";
version = "0.1.6";
version = "0.1.7";
src = fetchFromGitHub {
owner = "MaxVerevkin";
repo = "i3bar-river";
rev = "v${version}";
hash = "sha256-wtyC8cGK408KZYpWniW2y4XI1ScTSBZJJlUt6b2Z5KA=";
hash = "sha256-mLRB4o8FR/R9QUpRkcNppiE2XcWFWE05wPxuKdxG18M=";
};
cargoHash = "sha256-PdSMDsV3yFy3kSNS6OBxFdrZsIn70gXOTd2AhyU4a9o=";
cargoHash = "sha256-INjuI3XTSzAjLqk/P+cd7rMhXsOBDSqMaZZN9kFyreg=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ pango ];