survex: 1.4.21 -> 1.4.22 (#537405)

This commit is contained in:
Matthew Croughan
2026-07-01 16:08:48 +00:00
committed by GitHub
+2 -2
View File
@@ -19,11 +19,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "survex";
version = "1.4.21";
version = "1.4.22";
src = fetchurl {
url = "https://survex.com/software/${finalAttrs.version}/survex-${finalAttrs.version}.tar.gz";
hash = "sha256-9lmCFrAhI8Zko6wCjkRf7rv+LmKDBTOGekRM3lyz8wI=";
hash = "sha256-omli2IhiHP0gQ6fMaiJ/yQUTDfvRTEUNwcTAL7/dnbw=";
};
nativeBuildInputs = [