about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authormaxine <35892750+amaxine@users.noreply.github.com>2024-01-17 21:34:35 +0100
committerGitHub <noreply@github.com>2024-01-17 21:34:35 +0100
commit2f85ccd8ad2308aa747b3161864f7324195949e9 (patch)
tree4cfc1c4b899d485c0111dd629fbbbce989ecf175 /pkgs
parent1cb065db34b2a1cfed444fe7fa038326d02385e7 (diff)
parentc593183b1b5bc13dd6ffad5882495efa49ff2cfc (diff)
downloadnixlib-2f85ccd8ad2308aa747b3161864f7324195949e9.tar
nixlib-2f85ccd8ad2308aa747b3161864f7324195949e9.tar.gz
nixlib-2f85ccd8ad2308aa747b3161864f7324195949e9.tar.bz2
nixlib-2f85ccd8ad2308aa747b3161864f7324195949e9.tar.lz
nixlib-2f85ccd8ad2308aa747b3161864f7324195949e9.tar.xz
nixlib-2f85ccd8ad2308aa747b3161864f7324195949e9.tar.zst
nixlib-2f85ccd8ad2308aa747b3161864f7324195949e9.zip
Merge pull request #280358 from amaxine/junction_1.6
junction: 1.6 → 1.7
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/junction/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/junction/default.nix b/pkgs/applications/misc/junction/default.nix
index c1d3ff263c0d..c59b8067b26c 100644
--- a/pkgs/applications/misc/junction/default.nix
+++ b/pkgs/applications/misc/junction/default.nix
@@ -17,13 +17,13 @@
 
 stdenv.mkDerivation rec {
   pname = "junction";
-  version = "1.6";
+  version = "1.7";
 
   src = fetchFromGitHub {
     owner = "sonnyp";
     repo = "junction";
     rev = "v${version}";
-    sha256 = "sha256-95lKap0VKLxX5Vax2tK0cAcJ/XgQddoN46tXHo+MtYc=";
+    sha256 = "sha256-qPseu2rzK6xp7eb/SrWK6fML/6xh4raP0MEreyZgqVI=";
     fetchSubmodules = true;
   };
 
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
     mainProgram = "re.sonny.Junction";
     description = "Choose the application to open files and links";
     homepage = "https://apps.gnome.org/en/app/re.sonny.Junction/";
-    license = licenses.gpl3Plus;
+    license = licenses.gpl3Only;
     maintainers = with maintainers; [ hqurve ];
     platforms = platforms.linux;
   };