From 00e3489cc7ea1edc3e71aaa94a62efbd13d65e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 2 Jan 2022 17:22:58 +0100 Subject: pkgs/logc-0_1: use override to instead of attributes --- pkgs/libraries/logc/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pkgs/libraries/logc/default.nix') diff --git a/pkgs/libraries/logc/default.nix b/pkgs/libraries/logc/default.nix index 1c99e19..784efd7 100644 --- a/pkgs/libraries/logc/default.nix +++ b/pkgs/libraries/logc/default.nix @@ -1,12 +1,11 @@ { stdenv, lib, fetchgit , bootstrapHook, pkg-config, gperf , libconfig -, pkgversion ? "0.4.0", pkgsha256 ? "15nplgjgg6dxryy4yzbj4524y77ci0syi970rmbr955m9vxvhrib" }: stdenv.mkDerivation rec { pname = "logc"; - version = pkgversion; + version = "0.4.0"; meta = with lib; { homepage = "https://gitlab.nic.cz/turris/logc"; description = "Logging for C"; @@ -17,7 +16,7 @@ stdenv.mkDerivation rec { src = fetchgit { url = "https://gitlab.nic.cz/turris/logc.git"; rev = "v" + version; - sha256 = pkgsha256; + sha256 = "15nplgjgg6dxryy4yzbj4524y77ci0syi970rmbr955m9vxvhrib"; }; buildInputs = [libconfig]; -- cgit v1.2.3