mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
goawk: 1.23.2 -> 1.23.3 (#237220)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
74b0ccd338
commit
5567e38aed
@ -2,13 +2,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "goawk";
|
||||
version = "1.23.2";
|
||||
version = "1.23.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "benhoyt";
|
||||
repo = "goawk";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-mrByeZt/EkTbcqcp3eUquKkrz4tReEms1VEla511uQc=";
|
||||
hash = "sha256-E7oxi0rwVCzA/pBJ9SS6t+zR+J+dF7SW+oP+vXXN2FQ=";
|
||||
};
|
||||
|
||||
vendorHash = null;
|
||||
|
Loading…
Reference in New Issue
Block a user