go-modules: Update files to use vendorSha256
This commit is contained in:
@@ -11,7 +11,7 @@ buildGoModule rec {
|
||||
sha256 = "1a03vxqnga83mhjp7pkl0klhkyfaby7ncbwm45xbl8c7s6zwhnw2";
|
||||
};
|
||||
|
||||
modSha256 = "0j7qpvji546z0cfjijdd66l0vsl0jmny6i1n9fsjqjgjpwg26naq";
|
||||
vendorSha256 = "1rkx20winh66y2m7i7q13jpr83044i2d1pfd5p5l5kkpsix5mra5";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Flamegraph generator for Postgres EXPLAIN ANALYZE output";
|
||||
@@ -19,4 +19,4 @@ buildGoModule rec {
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ filalex77 ];
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user