confy: noop - use fetchFromSourcehut

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