Skip to content

Commit

Permalink
easeprobe: 2.1.1 -> 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 29, 2024
1 parent 65bf97a commit a3da580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/easeprobe/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "easeprobe";
version = "2.1.1";
version = "2.2.1";

src = fetchFromGitHub {
owner = "megaease";
repo = pname;
rev = "v${version}";
sha256 = "sha256-vdbzDwFpCYVgH9T8e62+1hnMyWsWrT7e6WPaAlBc2H0=";
sha256 = "sha256-XPbRtW3UIc6N1D1LKDYxgTHGVmiGDnam+r5Eg4uBa7w=";
};

vendorHash = "sha256-ZB6q8XvDVSF5/kx2Avq0PYBkYqSoMD6YHhuXRrotFgk=";
vendorHash = "sha256-2iQJiRKt4/mBwwkjhohA1LeOfRart8WQT1bOIFuHbtA=";

subPackages = [ "cmd/easeprobe" ];

Expand Down

0 comments on commit a3da580

Please sign in to comment.