clashmi: 1.0.12.162 -> 1.0.15.191

This commit is contained in:
R. Ryantm
2025-12-30 11:39:28 +00:00
parent ac005af9f4
commit 10d1940e64
+2 -2
View File
@@ -24,11 +24,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "clashmi";
version = "1.0.12.162";
version = "1.0.15.191";
src = fetchurl {
url = "https://github.com/KaringX/clashmi/releases/download/v${finalAttrs.version}/clashmi_${finalAttrs.version}_linux_amd64.deb";
hash = "sha256-Nb37SAeOLGCixiXOqsVBzlRcQAM5U90RYLthBZlMb9c=";
hash = "sha256-P23H3OUIcDhVQ7dOLbB2uyZnbxh+6zurGeg0/wpPeHk=";
};
nativeBuildInputs = [