bashdb: 5.2-1.1.2-unstable-2025-06-07 -> 5.2-1.2.0

This commit is contained in:
Bryan Lai
2026-02-27 09:59:16 +08:00
parent 875d5fd5a2
commit f7d2534ce5
+5 -5
View File
@@ -13,15 +13,15 @@
nix-update-script,
}:
stdenv.mkDerivation {
stdenv.mkDerivation (finalAttrs: {
pname = "bashdb";
version = "5.2-1.1.2-unstable-2025-06-07";
version = "5.2-1.2.0";
src = fetchFromGitHub {
owner = "Trepan-Debuggers";
repo = "bashdb";
rev = "7d0f9751e04fa54f48f0ab4be32ecb8030a4315d";
sha256 = "sha256-fwxmlFC66Lv+zD632s9a44I9IEQ/82caKnQ44pdVes4=";
tag = finalAttrs.version;
sha256 = "sha256-cbrBRP/NT3pUwT9KPpS3DxzrDhY2PGmLO/l+jKAbI68=";
};
patches = [
@@ -62,4 +62,4 @@ stdenv.mkDerivation {
];
platforms = lib.platforms.unix;
};
}
})