nawk: 20251225 -> 20260426

This commit is contained in:
Alexis Hildebrandt
2026-04-28 18:50:35 +02:00
parent 9bc0701c3b
commit c2a6fda556
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nawk";
version = "20251225";
version = "20260426";
src = fetchFromGitHub {
owner = "onetrueawk";
repo = "awk";
rev = finalAttrs.version;
hash = "sha256-8QocZx6Diy3xLakZQxqmWdOywvhVYRjSndY5EiV+dng=";
hash = "sha256-ndhSOl4xEwbDQ51g7yuwe3MOfmQrzePuanmyXYhWp+I=";
};
depsBuildBuild = [ buildPackages.stdenv.cc ];