mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
sourcehut.hubsrht: 0.13.16 -> 0.14.4
This commit is contained in:
parent
7fc3fd9015
commit
88d17ebaa0
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "hubsrht";
|
pname = "hubsrht";
|
||||||
version = "0.13.16";
|
version = "0.14.4";
|
||||||
|
|
||||||
src = fetchFromSourcehut {
|
src = fetchFromSourcehut {
|
||||||
owner = "~sircmpwn";
|
owner = "~sircmpwn";
|
||||||
repo = "hub.sr.ht";
|
repo = "hub.sr.ht";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-TyeEJvkRjqTs92+pKloJhpTnnkYaMZHZkdO6Da5Bq7c=";
|
sha256 = "sha256-7HF+jykWGqzPWA0YtJZQZU7pnID1yexcqLkEf2HpnSs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = srht.nativeBuildInputs;
|
nativeBuildInputs = srht.nativeBuildInputs;
|
||||||
|
Loading…
Reference in New Issue
Block a user