about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-27 00:56:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-27 00:56:54 +0000
commite6f709868d46a91b54e4a2fc8ba9385c5d83121d (patch)
treefcb541dcc2f6d18d28d1389bf5d6f8fe13fb5db3
parent8ab2b1221df4ffaafe779f7c2e4880977695d8d5 (diff)
hiraeth: 1.0.1 -> 1.1.1
-rw-r--r--pkgs/servers/hiraeth/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/hiraeth/default.nix b/pkgs/servers/hiraeth/default.nix
index c7b3af8ceda8e..c31b8c4641529 100644
--- a/pkgs/servers/hiraeth/default.nix
+++ b/pkgs/servers/hiraeth/default.nix
@@ -5,16 +5,16 @@
 }:
 buildGoModule rec {
   pname = "hiraeth";
-  version = "1.0.1";
+  version = "1.1.1";
 
   src = fetchFromGitHub {
     owner = "lukaswrz";
     repo = "hiraeth";
     rev = "v${version}";
-    hash = "sha256-IjHQAJH6Kv65iDkVtJaVeAiMXCEyTTpUTTbW7I2Gxrc=";
+    hash = "sha256-GPDGwrYVy9utp5u4iyf0PqIAlI/izcwAsj4yFStYmTE=";
   };
 
-  vendorHash = "sha256-tyFAd5S1RUn1AA5DbUGsAuvwtLgOgTE6LUzW3clQE9I=";
+  vendorHash = "sha256-bp9xDB7tplHEBR1Z+Ouks2ZwcktAhaZ/zSSPcu7LWr8=";
 
   meta = {
     description = "Share files with an expiration date";