nf-test: 0.9.1 -> 0.9.2 (#360973)

This commit is contained in:
Nick Cao
2024-12-02 08:30:53 -05:00
committed by GitHub
+2 -2
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 = ".";