summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormksafavi <mksafavi@gmail.com>2024-09-15 19:38:13 +0330
committermksafavi <mksafavi@gmail.com>2024-09-15 19:42:15 +0330
commit34ca65ef1d859d771d7b0a2a41be7d6d761c077d (patch)
treedd65f8d963a50918a01987bdeb67f4de68560b2a
parentwavebox: 10.127.10-2 -> 10.128.5-2 (#328084) (diff)
downloadnixpkgs-34ca65ef1d859d771d7b0a2a41be7d6d761c077d.tar.gz
termsonic: 0-unstable-2024-02-02 -> 0-unstable-2024-09-15
-rw-r--r--pkgs/by-name/te/termsonic/package.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/by-name/te/termsonic/package.nix b/pkgs/by-name/te/termsonic/package.nix
index dda1c016fa31..a91433762f60 100644
--- a/pkgs/by-name/te/termsonic/package.nix
+++ b/pkgs/by-name/te/termsonic/package.nix
@@ -7,14 +7,14 @@
}:
buildGoModule rec {
name = "termsonic";
- version = "0-unstable-2024-02-02";
+ version = "0-unstable-2024-09-15";
src = fetchzip {
- url = "https://git.sixfoisneuf.fr/termsonic/snapshot/termsonic-7a3aabee59e1a427aff755fc69759265ad9d0adc.zip";
- hash = "sha256-C5/4679qw4CAdUt9lXpPIR3yejrPdddvmjgbpLF3SvA=";
+ url = "https://git.sixfoisneuf.fr/termsonic/snapshot/termsonic-93328e0ca6c0ed2424550c7a164b4b1212a554b6.zip";
+ hash = "sha256-qn0EB1lCU8nvgwcIuZ0Xt9yGTBz5bSnJelPF8mG6D1k=";
};
- vendorHash = "sha256-wCtQD9f1mbN/0qUZnamPoVn9p4Ra5dQ34vlT+XjPF3k=";
+ vendorHash = "sha256-hBYgRKL9ZFzYy/wLCWacw8I6aqtD5O7lLsB9U5RmLjw=";
nativeBuildInputs = [ pkg-config ];