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
+2 -2
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 ];