attyx: 0.2.47 -> 0.3.6 (#505900)

This commit is contained in:
Sandro
2026-04-06 17:10:50 +00:00
committed by GitHub
+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 { };