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