junction: 1.6 → 1.7

This commit is contained in:
Maxine Aubrey 2024-01-11 22:28:20 +01:00
parent a2f82b9b84
commit c593183b1b
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "junction"; pname = "junction";
version = "1.6"; version = "1.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sonnyp"; owner = "sonnyp";
repo = "junction"; repo = "junction";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-95lKap0VKLxX5Vax2tK0cAcJ/XgQddoN46tXHo+MtYc="; sha256 = "sha256-qPseu2rzK6xp7eb/SrWK6fML/6xh4raP0MEreyZgqVI=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
mainProgram = "re.sonny.Junction"; mainProgram = "re.sonny.Junction";
description = "Choose the application to open files and links"; description = "Choose the application to open files and links";
homepage = "https://apps.gnome.org/en/app/re.sonny.Junction/"; homepage = "https://apps.gnome.org/en/app/re.sonny.Junction/";
license = licenses.gpl3Plus; license = licenses.gpl3Only;
maintainers = with maintainers; [ hqurve ]; maintainers = with maintainers; [ hqurve ];
platforms = platforms.linux; platforms = platforms.linux;
}; };