mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
tootik: 0.20.2 → 0.23.3
This commit is contained in:
@@ -8,16 +8,19 @@
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "tootik";
|
||||
version = "0.20.2";
|
||||
version = "0.23.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dimkr";
|
||||
repo = "tootik";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-zkKkHzgIBHg0FH07KNr7jGNZU4QUbl6udoD7hLaDOL0=";
|
||||
hash = "sha256-YcpRt17X9EHTCDhyFRnUriin4Y5vllLItKPGbrzUr8Y=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-UZQw63KPs7GzOv5Ls69DLqJqc/taWwC5UCYdNlq9fXc=";
|
||||
proxyVendor = true;
|
||||
vendorHash = "sha256-VeMTiOL4JQGzDN4Nan6nZbujDnX2Ksby2W+AK7kAs+M=";
|
||||
|
||||
subPackages = [ "cmd/tootik" ];
|
||||
|
||||
nativeBuildInputs = [ openssl ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user