Skip to content

Commit

Permalink
Merge pull request #316522 from BhasherBEL/hyprshot
Browse files Browse the repository at this point in the history
hyprshot: 1.2.3 -> 1.3.0
  • Loading branch information
marcusramberg authored Jun 2, 2024
2 parents bf36030 + dc2e061 commit dadadb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/hy/hyprshot/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
pname = "hyprshot";
version = "1.2.3";
version = "1.3.0";

src = fetchFromGitHub {
owner = "Gustash";
repo = "hyprshot";
rev = finalAttrs.version;
hash = "sha256-sew47VR5ZZaLf1kh0d8Xc5GVYbJ1yWhlug+Wvf+k7iY=";
hash = "sha256-9taTmV357cWglMGuN3NLq3bfNneFthwV6y+Ml4qEeHA=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit dadadb4

Please sign in to comment.