Skip to content

Commit

Permalink
hyprgui: 0.1.6 -> 0.1.7 (#353308)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor authored Nov 3, 2024
2 parents f946d35 + de8e24a commit a8f315a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/hy/hyprgui/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

rustPlatform.buildRustPackage rec {
pname = "hyprgui";
version = "0.1.6";
version = "0.1.7";

src = fetchFromGitHub {
owner = "hyprutils";
repo = "hyprgui";
rev = "refs/tags/v${version}";
hash = "sha256-n/poyVDBnMb4vw2YEymxxdjscGmu76qQ/BbS5BJOknM=";
hash = "sha256-toHE+N18PGSp0HdR9tcVPYRdfNv20HQfS7U5fHeJ32s=";
};

cargoHash = "sha256-w+Bfjv7usyYfgTKW+KHqskNPco17QSjwn96cG/6yVoU=";
cargoHash = "sha256-Vn059HCHwz0j6ujDVk+GNrHQ7PhqBFb3XfjKLSYlYKg=";

strictDeps = true;

Expand Down

0 comments on commit a8f315a

Please sign in to comment.