mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
confy: use fetchzip, for consistent hashes
This commit is contained in:
parent
7965b589f3
commit
c89298b854
@ -1,6 +1,6 @@
|
|||||||
{ blueprint-compiler
|
{ blueprint-compiler
|
||||||
, desktop-file-utils
|
, desktop-file-utils
|
||||||
, fetchurl
|
, fetchzip
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, gtk4
|
, gtk4
|
||||||
, lib
|
, lib
|
||||||
@ -18,9 +18,9 @@ stdenv.mkDerivation rec {
|
|||||||
pname = "confy";
|
pname = "confy";
|
||||||
version = "0.7.0";
|
version = "0.7.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchzip {
|
||||||
url = "https://git.sr.ht/~fabrixxm/confy/archive/${version}.tar.gz";
|
url = "https://git.sr.ht/~fabrixxm/confy/archive/${version}.tar.gz";
|
||||||
hash = "sha256-ZvIzgCMDfUW9g+qmY0ZIUoEF0PeVmINjOPwilmFzWDk=";
|
hash = "sha256-q8WASTNbiBuKb2tPQBmUL9ji60PRAPnYOTYxnUn0MAw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user