nf-test: 0.9.2 -> 0.9.3

This commit is contained in:
R. Ryantm
2025-09-30 15:12:44 +00:00
parent dc436604da
commit 869cb02e54
+2 -2
View File
@@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "nf-test";
version = "0.9.2";
version = "0.9.3";
src = fetchurl {
url = "https://github.com/askimed/nf-test/releases/download/v${version}/nf-test-${version}.tar.gz";
hash = "sha256-v7LgbfKdTvQbMcs1ajdKmSQr742YQ0uL4wN79rPV1No=";
hash = "sha256-LLylgv34HiMXg+sjBbMdeLVPMV5+h+Z2xEWCiBqbNEY=";
};
sourceRoot = ".";