Skip to content

Commit

Permalink
i3bar-river: 1.0.1 -> 1.1.0 (#358954)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Nov 25, 2024
2 parents 38b8832 + 54f9bed commit 63cc33a
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 = "1.0.1";
version = "1.1.0";

src = fetchFromGitHub {
owner = "MaxVerevkin";
repo = "i3bar-river";
rev = "v${version}";
hash = "sha256-nUS53qL0CM4MJNomsAwINee3Yv1f7jqUg8S3ecusFB8=";
hash = "sha256-0ux0woVp9HVCJf/oND2AKHj30eNC/w1WDnlPafLTgxM=";
};

cargoHash = "sha256-QniAkaVvr7kaBJAgiL+k6im99m9ZNZVpZGlHgSkZZtw=";
cargoHash = "sha256-mp3nmkNodHyDD2fUGhsohAGyw+y/+xxI62w8OKVQkFs=";

nativeBuildInputs = [ pkg-config ];
buildInputs = [ pango ];
Expand Down

0 comments on commit 63cc33a

Please sign in to comment.