btops: switch to fetchFromGitHub

This commit is contained in:
Felix Buehler 2022-03-15 11:26:16 +01:00
parent 84fe8734f6
commit b5d1310056

View file

@ -1,5 +1,4 @@
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1 { lib, buildGoPackage, fetchFromGitHub }:
{ lib, buildGoPackage, fetchgit }:
buildGoPackage rec { buildGoPackage rec {
pname = "btops"; pname = "btops";
@ -7,10 +6,11 @@ buildGoPackage rec {
goPackagePath = "github.com/cmschuetz/btops"; goPackagePath = "github.com/cmschuetz/btops";
src = fetchgit { src = fetchFromGitHub {
url = "https://github.com/cmschuetz/btops.git"; owner = "cmschuetz";
repo = "btops";
rev = version; rev = version;
sha256 = "1ilidvpy7gz49zqp6rf0q7wjrc3r0brdrcp4r5f6i6p9cwybqkbq"; sha256 = "sha256-eE28PGfpmmhcyeSy3PICebAs+cHAZXPxT+S/4+9ukcY=";
}; };
goDeps = ./deps.nix; goDeps = ./deps.nix;