mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
easeprobe: 2.2.1 -> 2.3.0 (#409661)
This commit is contained in:
commit
61c56f3140
1 changed files with 3 additions and 3 deletions
|
@ -6,16 +6,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "easeprobe";
|
pname = "easeprobe";
|
||||||
version = "2.2.1";
|
version = "2.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "megaease";
|
owner = "megaease";
|
||||||
repo = "easeprobe";
|
repo = "easeprobe";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-XPbRtW3UIc6N1D1LKDYxgTHGVmiGDnam+r5Eg4uBa7w=";
|
sha256 = "sha256-LrfUQxxoC20pJXdBWa8wMuxbTbD3DRnsOlIDdBarNMY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-2iQJiRKt4/mBwwkjhohA1LeOfRart8WQT1bOIFuHbtA=";
|
vendorHash = "sha256-FPApT6snyzYbMn/Am7Zxpwp5w8VZ8F6/YhwCLwDaRAw=";
|
||||||
|
|
||||||
subPackages = [ "cmd/easeprobe" ];
|
subPackages = [ "cmd/easeprobe" ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue