junction: 1.9 -> 1.12

This commit is contained in:
Hythera
2026-03-14 20:27:10 +01:00
parent 51ce183112
commit 795598af7c
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "junction";
version = "1.9";
version = "1.12";
src = fetchFromGitHub {
owner = "sonnyp";
repo = "junction";
tag = "v${finalAttrs.version}";
hash = "sha256-gnFig8C46x73gAUl9VVx3Y3hrhEVeP/DvaYHYuv9RTg=";
hash = "sha256-sl/NeElAp/SWHp0BdXycrZYCgm4I4MFx/uHnQf78H8g=";
fetchSubmodules = true;
};