attyx: 0.2.47 -> 0.3.6

This commit is contained in:
R. Ryantm
2026-04-02 04:20:34 +00:00
parent c111fb7e5e
commit a34e8cb2eb
+2 -2
View File
@@ -18,13 +18,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "attyx";
version = "0.2.47";
version = "0.3.6";
src = fetchFromGitHub {
owner = "semos-labs";
repo = "attyx";
tag = "v${finalAttrs.version}";
hash = "sha256-fREiPiBTzzJtFEPWOISiZ/BI5lZmPyn80oAXohEEGig=";
hash = "sha256-FfHU+XZnMN3HqQFtNEZtYu3YMvBk32QcEP71plDtvjY=";
};
deps = callPackage ./build.zig.zon.nix { };