mingtest: 0.1.9 -> 0.2.1

This commit is contained in:
R. Ryantm 2024-10-14 03:01:14 +00:00
parent d4f247e89f
commit b0d4019182

View File

@ -7,12 +7,12 @@
stdenv.mkDerivation rec {
name = "mingtest";
version = "0.1.9";
version = "0.2.1";
src = fetchFromGitHub {
owner = "craflin";
repo = "mingtest";
rev = "refs/tags/${version}";
hash = "sha256-Iy2KvFCFk+uoztTVxTY7HMdc5GI4gSGqGmbJePJ5CO8=";
hash = "sha256-buFr5w+3YJ2gJeQ8YTsFrUMU9hWq/iAJ6cW6ykvETfM=";
};
postPatch = ''