Skip to content

Commit

Permalink
sourcehut.pastesrht: 0.13.7 -> 0.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ju1m authored and tomberek committed Jun 8, 2022
1 parent 2524e0d commit 9bd0b0f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pkgs/applications/version-management/sourcehut/paste.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,20 @@

buildPythonPackage rec {
pname = "pastesrht";
version = "0.13.7";
version = "0.13.8";

src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "paste.sr.ht";
rev = version;
sha256 = "sha256-EzcS6Zbh+wJinC/GKJOSWUPORODpKEA3tLpLGqoVGBU=";
sha256 = "sha256-Zji9FyYUtsklYz4qyLbtduusteC7WujLCMmvZKcqYis=";
};

postPatch = ''
substituteInPlace Makefile \
--replace "all: api" ""
'';

nativeBuildInputs = srht.nativeBuildInputs;

propagatedBuildInputs = [
Expand Down

0 comments on commit 9bd0b0f

Please sign in to comment.