From d0c5160b3670c198df1b53719aee5f85a5b5e3da Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sun, 11 Oct 2020 15:42:58 +0200 Subject: [PATCH] srht: 0.64.0 -> 0.65.2 --- pkgs/applications/version-management/sourcehut/core.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/version-management/sourcehut/core.nix b/pkgs/applications/version-management/sourcehut/core.nix index 9f7b4b158c2..4252fac1165 100644 --- a/pkgs/applications/version-management/sourcehut/core.nix +++ b/pkgs/applications/version-management/sourcehut/core.nix @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "srht"; - version = "0.64.0"; + version = "0.65.2"; src = fetchgit { url = "https://git.sr.ht/~sircmpwn/core.sr.ht"; rev = version; - sha256 = "ubCbDh60zg88LXupWAo2EnqhE5jt0F0L9ikTBebusYQ="; + sha256 = "1jfp1vc8mink3c7ccacgnqx8hpkck82ipxiql38q1y9l8xcsah03"; }; node_modules = fetchNodeModules {