From 7fc3fd9015f31eebb9c10c2b76138e6141368a47 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Tue, 14 Dec 2021 06:45:26 +0100 Subject: [PATCH] sourcehut.hgsrht: 0.28.1 -> 0.29.2 --- 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 e13b27d41394..dc7ecc057373 100644 --- a/pkgs/applications/version-management/sourcehut/hg.nix +++ b/pkgs/applications/version-management/sourcehut/hg.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "hgsrht"; - version = "0.28.1"; + version = "0.29.2"; src = fetchhg { url = "https://hg.sr.ht/~sircmpwn/hg.sr.ht"; rev = version; - sha256 = "ERMPaCtExZebwV1BrjyE/gGK7p/Nvf7ia+ZBO472bdw="; + sha256 = "a4xVTC5PFXUQStL7rawWoEZTqLGx64iUEJ7mJlG1wdY="; }; nativeBuildInputs = srht.nativeBuildInputs;