nf-test: 0.9.1 -> 0.9.2

This commit is contained in:
R. Ryantm 2024-12-02 04:59:11 +00:00
parent 10f06c512e
commit b3aee22460

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "nf-test";
version = "0.9.1";
version = "0.9.2";
src = fetchurl {
url = "https://github.com/askimed/nf-test/releases/download/v${version}/nf-test-${version}.tar.gz";
hash = "sha256-NjmB6bL9j6p4CWeVWU9q+aAe+dgH6lwUNZYARm41p8M=";
hash = "sha256-v7LgbfKdTvQbMcs1ajdKmSQr742YQ0uL4wN79rPV1No=";
};
sourceRoot = ".";