Skip to content

Commit

Permalink
Merge pull request NixOS#306346 from r-ryantm/auto-update/i3bar-river
Browse files Browse the repository at this point in the history
i3bar-river: 0.1.6 -> 0.1.7

Fixes NixOS#305043
  • Loading branch information
marsam authored Apr 24, 2024
2 parents 8980935 + 45db777 commit 1eb9a69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/i3/i3bar-river/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 1eb9a69

Please sign in to comment.