summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorJulien Moutinho <julm+nixpkgs@sourcephile.fr>2021-12-14 06:45:48 +0100
committerTom Bereknyei <tomberek@gmail.com>2021-12-28 22:18:45 -0500
commit88d17ebaa01d0f0ba7f11e88b25420f6dab8bca7 (patch)
treedf3b6a37299ccf564c03afd7b64fd6a9d93cb410 /pkgs
parent7fc3fd9015f31eebb9c10c2b76138e6141368a47 (diff)
sourcehut.hubsrht: 0.13.16 -> 0.14.4
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 9c834246defb..511ec359fc4b 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.13.16";
+ version = "0.14.4";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "hub.sr.ht";
rev = version;
- sha256 = "sha256-TyeEJvkRjqTs92+pKloJhpTnnkYaMZHZkdO6Da5Bq7c=";
+ sha256 = "sha256-7HF+jykWGqzPWA0YtJZQZU7pnID1yexcqLkEf2HpnSs=";
};
nativeBuildInputs = srht.nativeBuildInputs;