about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJulien Moutinho <julm+nixpkgs@sourcephile.fr>2022-05-06 00:04:44 +0200
committertomberek <tomberek@users.noreply.github.com>2022-06-08 19:46:04 -0400
commit0f1e37bc5ba35519a272a846bc32fdd34a447c6b (patch)
tree37acb449448992af606e0f1f34ac4cfbe9d5a1c5 /pkgs
parent658d8f1240b30b629f1d6d73961953d0acc26f43 (diff)
sourcehut.hubsrht: 0.14.4 -> 0.14.14
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/version-management/sourcehut/hub.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/sourcehut/hub.nix b/pkgs/applications/version-management/sourcehut/hub.nix
index 511ec359fc4b0..75d9efe5bd93d 100644
--- a/pkgs/applications/version-management/sourcehut/hub.nix
+++ b/pkgs/applications/version-management/sourcehut/hub.nix
@@ -6,13 +6,13 @@
 
 buildPythonPackage rec {
   pname = "hubsrht";
-  version = "0.14.4";
+  version = "0.14.14";
 
   src = fetchFromSourcehut {
     owner = "~sircmpwn";
     repo = "hub.sr.ht";
     rev = version;
-    sha256 = "sha256-7HF+jykWGqzPWA0YtJZQZU7pnID1yexcqLkEf2HpnSs=";
+    sha256 = "sha256-4n6oQ+AAvdJY/5KflxAp62chjyrlSUkmt319DKZk33w=";
   };
 
   nativeBuildInputs = srht.nativeBuildInputs;