Merge pull request #246730 from doronbehar/pkg/confy

confy: noop - use fetchFromSourcehut
This commit is contained in:
Doron Behar 2023-08-02 09:24:07 +00:00 committed by GitHub
commit 84a435238f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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=";
};