mingtest: 0.1.9 -> 0.2.1 (#348412)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-10-14 06:45:45 +00:00 committed by GitHub
commit ded3e59390
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''