scuba: 2.14.0 -> 2.14.1 (#464029)

This commit is contained in:
K900
2025-11-27 20:17:05 +00:00
committed by GitHub
+3 -2
View File
@@ -6,13 +6,13 @@
}:
let
version = "2.14.0";
version = "2.14.1";
src = fetchFromGitHub {
owner = "JonathonReinhart";
repo = "scuba";
tag = "v${version}";
hash = "sha256-AX70js/bvt88zWJlXpuHIeBsBRfAL4qZjuthPFKSnFI=";
hash = "sha256-AbaBTI/gz5lifjMx00sxuUl1MxhYM93iKfGdpHsLjzk=";
};
# This must be built statically because scuba will execute unknown docker environments
@@ -61,6 +61,7 @@ python3Packages.buildPythonPackage rec {
homepage = "https://github.com/JonathonReinhart/scuba";
changelog = "https://github.com/JonathonReinhart/scuba/releases/tag/${src.tag}";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ tbaldwin ];
mainProgram = "scuba";
};