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

i3bar-river: 0.1.5 -> 0.1.6
This commit is contained in:
Nick Cao 2023-12-09 11:58:41 -05:00 committed by GitHub
commit 55cefb0090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "i3bar-river"; pname = "i3bar-river";
version = "0.1.5"; version = "0.1.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "MaxVerevkin"; owner = "MaxVerevkin";
repo = "i3bar-river"; repo = "i3bar-river";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-AXa+K+njXkrJeqABD04WHpmvAzAL1Mw11ZhCfFNJxhY="; hash = "sha256-wtyC8cGK408KZYpWniW2y4XI1ScTSBZJJlUt6b2Z5KA=";
}; };
cargoHash = "sha256-tNuv+D75wox3HlUZSJJ67KEBKmGJXBkXHfvDsNHeM6A="; cargoHash = "sha256-PdSMDsV3yFy3kSNS6OBxFdrZsIn70gXOTd2AhyU4a9o=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ pango ]; buildInputs = [ pango ];