Unverified Commit 4f3a41ff authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge #246584: confy: use fetchzip, for consistent hashes

parents 1b623f27 c89298b8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ blueprint-compiler
, desktop-file-utils
, fetchurl
, fetchzip
, gobject-introspection
, gtk4
, lib
@@ -18,9 +18,9 @@ stdenv.mkDerivation rec {
  pname = "confy";
  version = "0.7.0";

  src = fetchurl {
  src = fetchzip {
    url = "https://git.sr.ht/~fabrixxm/confy/archive/${version}.tar.gz";
    hash = "sha256-ZvIzgCMDfUW9g+qmY0ZIUoEF0PeVmINjOPwilmFzWDk=";
    hash = "sha256-q8WASTNbiBuKb2tPQBmUL9ji60PRAPnYOTYxnUn0MAw=";
  };

  nativeBuildInputs = [