junction: 1.8 -> 1.9

This commit is contained in:
R. Ryantm
2025-04-24 02:58:15 +00:00
parent 7c3df50c30
commit c46df298d4
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "junction";
version = "1.8";
version = "1.9";
src = fetchFromGitHub {
owner = "sonnyp";
repo = "junction";
rev = "v${version}";
hash = "sha256-0zY6Dp0aKHtBHSTiGbI5o6876BsARbo8/BbArl0RaMY=";
hash = "sha256-gnFig8C46x73gAUl9VVx3Y3hrhEVeP/DvaYHYuv9RTg=";
fetchSubmodules = true;
};