about summary refs log tree commit diff
path: root/pkgs/servers/hydron
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-01-31 05:26:37 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-01-31 06:31:22 +1000
commit7e1f70680d1e77854b968a30f4d7678df3ea7790 (patch)
tree1785683e14e920bfdb27dbe7bd82d7b967719949 /pkgs/servers/hydron
parentb6e20d97fac90958029f73270bf9eba6cc3c9b10 (diff)
downloadnixlib-7e1f70680d1e77854b968a30f4d7678df3ea7790.tar
nixlib-7e1f70680d1e77854b968a30f4d7678df3ea7790.tar.gz
nixlib-7e1f70680d1e77854b968a30f4d7678df3ea7790.tar.bz2
nixlib-7e1f70680d1e77854b968a30f4d7678df3ea7790.tar.lz
nixlib-7e1f70680d1e77854b968a30f4d7678df3ea7790.tar.xz
nixlib-7e1f70680d1e77854b968a30f4d7678df3ea7790.tar.zst
nixlib-7e1f70680d1e77854b968a30f4d7678df3ea7790.zip
hydron: update vendorSha256
Diffstat (limited to 'pkgs/servers/hydron')
-rw-r--r--pkgs/servers/hydron/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/hydron/default.nix b/pkgs/servers/hydron/default.nix
index ced4a6dec1fd..ba163a719b10 100644
--- a/pkgs/servers/hydron/default.nix
+++ b/pkgs/servers/hydron/default.nix
@@ -13,7 +13,7 @@ buildGoModule rec {
 
   nativeBuildInputs = [ pkg-config ];
 
-  vendorSha256 = "sha256-TxeHfO5IUVsKmKZ1e0/KXi+6dk2nn6AoNG0eB3jyGkY=";
+  vendorSha256 = "sha256-hvmIOCqVZTfV7EnkDUWiChynGkwTpHClMbW4LpbdAgo=";
   proxyVendor = true;
 
   buildInputs = [ ffmpeg ];