confy: noop - use fetchFromSourcehut

This commit is contained in:
Doron Behar 2023-08-02 10:40:20 +03:00
parent 611bd73247
commit a50d55db31

View file

@ -1,6 +1,6 @@
{ blueprint-compiler { blueprint-compiler
, desktop-file-utils , desktop-file-utils
, fetchzip , fetchFromSourcehut
, gobject-introspection , gobject-introspection
, gtk4 , gtk4
, lib , lib
@ -18,8 +18,10 @@ stdenv.mkDerivation rec {
pname = "confy"; pname = "confy";
version = "0.7.0"; version = "0.7.0";
src = fetchzip { src = fetchFromSourcehut {
url = "https://git.sr.ht/~fabrixxm/confy/archive/${version}.tar.gz"; owner = "~fabrixxm";
repo = "confy";
rev = version;
hash = "sha256-q8WASTNbiBuKb2tPQBmUL9ji60PRAPnYOTYxnUn0MAw="; hash = "sha256-q8WASTNbiBuKb2tPQBmUL9ji60PRAPnYOTYxnUn0MAw=";
}; };