From 22aa45868ffc4e41bc26f165819ab040ea8cdd29 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sun, 11 Oct 2020 15:43:24 +0200 Subject: [PATCH] hgsrht: 0.26.18 -> 0.26.19 --- pkgs/applications/version-management/sourcehut/hg.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/version-management/sourcehut/hg.nix b/pkgs/applications/version-management/sourcehut/hg.nix index 841cec581a57..73c9dfeb71e2 100644 --- a/pkgs/applications/version-management/sourcehut/hg.nix +++ b/pkgs/applications/version-management/sourcehut/hg.nix @@ -4,12 +4,12 @@ buildPythonPackage rec { pname = "hgsrht"; - version = "0.26.18"; + version = "0.26.19"; src = fetchhg { url = "https://hg.sr.ht/~sircmpwn/hg.sr.ht"; rev = version; - sha256 = "j+7yG6WdWoU0Uk6doz9GpKZsEGXy/n2smgU6c56/A+Q="; + sha256 = "0dc0lgqq8zdaywbd50dlxypk1lv0nffvqr3889v10ycy45qcfymv"; }; nativeBuildInputs = srht.nativeBuildInputs;