drasl: 3.4.3 -> 3.4.4

This commit is contained in:
R. Ryantm
2026-07-01 00:05:55 +00:00
parent 484fe064a2
commit fe59ef25da
+2 -2
View File
@@ -10,13 +10,13 @@
}:
buildGoModule (finalAttrs: {
pname = "drasl";
version = "3.4.3";
version = "3.4.4";
src = fetchFromGitHub {
owner = "unmojang";
repo = "drasl";
tag = "v${finalAttrs.version}";
hash = "sha256-kisClBALEESxuGh2gtwCyB02/SrYvabouaApho7z7GY=";
hash = "sha256-GHwgN1yWf/xav2t03/09x/U0c6fRBDmEn0mDIv+V9ic=";
};
nativeBuildInputs = [