easeprobe: 2.2.1 -> 2.3.0 (#409661)

This commit is contained in:
Wolfgang Walther 2025-06-01 11:38:06 +00:00 committed by GitHub
commit 61c56f3140
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "easeprobe";
version = "2.2.1";
version = "2.3.0";
src = fetchFromGitHub {
owner = "megaease";
repo = "easeprobe";
rev = "v${version}";
sha256 = "sha256-XPbRtW3UIc6N1D1LKDYxgTHGVmiGDnam+r5Eg4uBa7w=";
sha256 = "sha256-LrfUQxxoC20pJXdBWa8wMuxbTbD3DRnsOlIDdBarNMY=";
};
vendorHash = "sha256-2iQJiRKt4/mBwwkjhohA1LeOfRart8WQT1bOIFuHbtA=";
vendorHash = "sha256-FPApT6snyzYbMn/Am7Zxpwp5w8VZ8F6/YhwCLwDaRAw=";
subPackages = [ "cmd/easeprobe" ];