i3bar-river: 0.1.7 -> 0.1.8

This commit is contained in:
R. Ryantm 2024-05-07 01:05:05 +00:00
parent a85613a1bc
commit aff8d11104
1 changed files with 3 additions and 3 deletions

View File

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