Merge pull request #246730 from doronbehar/pkg/confy

confy: noop - use fetchFromSourcehut

authored by

Doron Behar and committed by
GitHub
84a43523 59bdd40c

+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