attyx: 0.3.6 -> 0.3.15 (#508537)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-28 20:24:50 +00:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "attyx";
version = "0.3.6";
version = "0.3.15";
src = fetchFromGitHub {
owner = "semos-labs";
repo = "attyx";
tag = "v${finalAttrs.version}";
hash = "sha256-FfHU+XZnMN3HqQFtNEZtYu3YMvBk32QcEP71plDtvjY=";
hash = "sha256-w71MyTlnuJBdC9HtXm9hdYNv+ONnh8Ii3i2BhmmcXz4=";
};
deps = callPackage ./build.zig.zon.nix { };