Skip to content

Commit

Permalink
hyprutils: 0.3.0 -> 0.3.2 (#370613)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor authored Jan 3, 2025
2 parents af26fbc + b050a66 commit 6fc7919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/hy/hyprutils/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "hyprutils";
version = "0.3.0";
version = "0.3.2";

src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprutils";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-5Wvsn+0/Hu6eUUToK9hBWwRlbg1i++lc9or4yPYBUuk=";
hash = "sha256-7D5j2sh3Miw2CRdmx8ftepb342pl36kDFJy+3aVfDVc=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 6fc7919

Please sign in to comment.