Merge pull request #316522 from BhasherBEL/hyprshot

hyprshot: 1.2.3 -> 1.3.0
This commit is contained in:
Marcus Ramberg 2024-06-02 14:57:26 +02:00 committed by GitHub
commit dadadb4c41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];