starcharts: 1.8.0 -> 1.9.1

This commit is contained in:
R. Ryantm 2024-01-02 20:04:28 +00:00
parent ee291783e5
commit 797091de35

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "starcharts";
version = "1.8.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "caarlos0";
repo = "starcharts";
rev = "v${version}";
hash = "sha256-B5w6S3qNLdUayYpF03cnxpLzyRBaC9jhaYnNqDZ2AsU=";
hash = "sha256-RLGKf5+HqJlZUhA5C3cwDumIhlbXcOr5iitI+7GZPBc=";
};
vendorHash = "sha256-sZS3OA1dTLLrL5csXV6nWbY/TLiqJUH1UQnJUEva7Jk=";
vendorHash = "sha256-BlVjGG6dhh7VO9driT0rnpbW6lORojiV+YhrV1Zlj4M=";
ldflags = [
"-s"