about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJulien Moutinho <julm+nixpkgs@sourcephile.fr>2022-05-12 00:19:40 +0200
committertomberek <tomberek@users.noreply.github.com>2022-06-08 19:46:04 -0400
commitd587a14bca6418deb329fee1704a7080b1a8c38a (patch)
tree8620c7f280d65a99ea242b8533ab9c53f3c1a94f
parent43b5dcd60cf471f3c3d83eff49c453316a2430a8 (diff)
sourcehut.buildsrht: 0.79.1 -> 0.80.0
-rw-r--r--pkgs/applications/version-management/sourcehut/builds.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/sourcehut/builds.nix b/pkgs/applications/version-management/sourcehut/builds.nix
index e2cc01eb9c70a..bef1b175cd682 100644
--- a/pkgs/applications/version-management/sourcehut/builds.nix
+++ b/pkgs/applications/version-management/sourcehut/builds.nix
@@ -12,13 +12,13 @@
 , unzip
 }:
 let
-  version = "0.79.1";
+  version = "0.80.0";
 
   src = fetchFromSourcehut {
     owner = "~sircmpwn";
     repo = "builds.sr.ht";
     rev = version;
-    sha256 = "sha256-8fZ6KdD+9+n0uO3jm0AUyG08oCUNFq1K55ZOwLbkpHk=";
+    sha256 = "sha256-SzA9bOXiXULRD4Eq9xBbbmMUpXT8egOtooZFF4p79ms=";
   };
 
   buildsrht-api = buildGoModule ({