mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
sonar: 0.3.0 -> 0.4.0
This commit is contained in:
parent
b2b2efcd87
commit
4e4b9bfbcd
1 changed files with 2 additions and 2 deletions
|
|
@ -8,13 +8,13 @@
|
|||
buildGoModule (finalAttrs: {
|
||||
__structuredAttrs = true;
|
||||
pname = "sonar";
|
||||
version = "0.3.0";
|
||||
version = "0.4.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "raskrebs";
|
||||
repo = "sonar";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-ucOIFws3fo94o5ziJDn8ldgWkpAuiUqW8A+MQdPNy3c=";
|
||||
hash = "sha256-rHc7uYk0Js/hvWntI/Kt4Wq6Pod4T1DnTjAeUDa0fv0=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-komX1AmHt2NoF1x6xsNa2RFkfVzOXfYEMPhT0zwMxjw=";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue