mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
sourcehut.buildsrht: 0.79.1 -> 0.80.0
This commit is contained in:
parent
43b5dcd60c
commit
d587a14bca
1 changed files with 2 additions and 2 deletions
|
@ -12,13 +12,13 @@
|
|||
, unzip
|
||||
}:
|
||||
let
|
||||
version = "0.79.1";
|
||||
version = "0.80.0";
|
||||
|
||||
src = fetchFromSourcehut {
|
||||
owner = "~sircmpwn";
|
||||
repo = "builds.sr.ht";
|
||||
rev = version;
|
||||
sha256 = "sha256-8fZ6KdD+9+n0uO3jm0AUyG08oCUNFq1K55ZOwLbkpHk=";
|
||||
sha256 = "sha256-SzA9bOXiXULRD4Eq9xBbbmMUpXT8egOtooZFF4p79ms=";
|
||||
};
|
||||
|
||||
buildsrht-api = buildGoModule ({
|
||||
|
|
Loading…
Reference in a new issue