confy: noop - use fetchFromSourcehut

+5 -3
+5 -3
pkgs/applications/misc/confy/default.nix
··· 1 1 { blueprint-compiler 2 2 , desktop-file-utils 3 - , fetchzip 3 + , fetchFromSourcehut 4 4 , gobject-introspection 5 5 , gtk4 6 6 , lib ··· 18 18 pname = "confy"; 19 19 version = "0.7.0"; 20 20 21 - src = fetchzip { 22 - url = "https://git.sr.ht/~fabrixxm/confy/archive/${version}.tar.gz"; 21 + src = fetchFromSourcehut { 22 + owner = "~fabrixxm"; 23 + repo = "confy"; 24 + rev = version; 23 25 hash = "sha256-q8WASTNbiBuKb2tPQBmUL9ji60PRAPnYOTYxnUn0MAw="; 24 26 }; 25 27