Skip to content

Commit

Permalink
Merge pull request #100246 from RaitoBezarius/raito-srht-meta
Browse files Browse the repository at this point in the history
metasrht: 0.50.2 -> 0.51.2
  • Loading branch information
doronbehar committed Oct 12, 2020
2 parents 9b179c7 + 284836b commit 0634611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/sourcehut/meta.nix
Expand Up @@ -5,7 +5,7 @@
, sshpubkeys, weasyprint }:

let
version = "0.50.2";
version = "0.51.2";

buildAPI = src: buildGoModule {
inherit src version;
Expand All @@ -20,7 +20,7 @@ in buildPythonPackage rec {
src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/meta.sr.ht";
rev = version;
sha256 = "utS/HMFtHPAP1QRYd4WAFApyBPRY5UD72ANmC/SU93c=";
sha256 = "0c9y1hzx3dj0awxrhkzrcsmy6q9fqm6v6dbp9y1ria3v47xa3nv7";
};

nativeBuildInputs = srht.nativeBuildInputs;
Expand Down

0 comments on commit 0634611

Please sign in to comment.