summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorJulien Moutinho <julm+nixpkgs@sourcephile.fr>2021-12-14 06:45:26 +0100
committerTom Bereknyei <tomberek@gmail.com>2021-12-28 22:18:45 -0500
commit7fc3fd9015f31eebb9c10c2b76138e6141368a47 (patch)
tree1d21195dd7462348afdb3bb02801dff121bf9ecc /pkgs
parentce2963aea74f9e0b2c561caaf0e5a67675379096 (diff)
sourcehut.hgsrht: 0.28.1 -> 0.29.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/version-management/sourcehut/hg.nix4
1 files 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;