scuba: 2.14.0 -> 2.14.1

This commit is contained in:
Trent Baldwin
2025-11-22 10:32:43 -05:00
parent 207d12cedf
commit a4616b0eab
+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";
};