Skip to content

Commit

Permalink
hyprgui: 0.1.7 -> 0.1.8 (NixOS#354878)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Nov 16, 2024
2 parents 8a95f3f + 1e0760b commit 3af4d55
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.7";
version = "0.1.8";

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

cargoHash = "sha256-Vn059HCHwz0j6ujDVk+GNrHQ7PhqBFb3XfjKLSYlYKg=";
cargoHash = "sha256-bhtmU0vGptUYrPN/BbbSvSa27Ykma8UI6TS17eiQkyU=";

strictDeps = true;

Expand Down

0 comments on commit 3af4d55

Please sign in to comment.