Merge pull request #257537 from r-ryantm/auto-update/hiraeth

hiraeth: 1.0.1 -> 1.1.1

authored by

Nick Cao and committed by
GitHub
46dac757 1b28d0f0

+3 -3
+3 -3
pkgs/servers/hiraeth/default.nix
··· 5 5 }: 6 6 buildGoModule rec { 7 7 pname = "hiraeth"; 8 - version = "1.0.1"; 8 + version = "1.1.1"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "lukaswrz"; 12 12 repo = "hiraeth"; 13 13 rev = "v${version}"; 14 - hash = "sha256-IjHQAJH6Kv65iDkVtJaVeAiMXCEyTTpUTTbW7I2Gxrc="; 14 + hash = "sha256-GPDGwrYVy9utp5u4iyf0PqIAlI/izcwAsj4yFStYmTE="; 15 15 }; 16 16 17 - vendorHash = "sha256-tyFAd5S1RUn1AA5DbUGsAuvwtLgOgTE6LUzW3clQE9I="; 17 + vendorHash = "sha256-bp9xDB7tplHEBR1Z+Ouks2ZwcktAhaZ/zSSPcu7LWr8="; 18 18 19 19 meta = { 20 20 description = "Share files with an expiration date";