cup-docker-noserver: 3.4.2 -> 3.4.3 (#452060)

This commit is contained in:
Nick Cao
2025-10-15 20:05:45 +00:00
committed by GitHub
+2 -2
View File
@@ -10,12 +10,12 @@
}:
let
pname = "cup-docker";
version = "3.4.2";
version = "3.4.3";
src = fetchFromGitHub {
owner = "sergi0g";
repo = "cup";
tag = "v${version}";
hash = "sha256-gKKSrd58F8pe/fy29gLY/4ugfhVXI0yyUnIarIMF/L8=";
hash = "sha256-RRhUSL9TR7qr93F5+fyhGW7j6VTs+yVvpni/JHmC5os=";
};
web = stdenvNoCC.mkDerivation (finalAttrs: {
pname = "${pname}-web";