sfm: 0.1 → 0.2

This commit is contained in:
Nikolay Korotkiy 2021-06-28 00:15:14 +03:00
parent 71057c9302
commit ce036f6b0e
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "sfm";
version = "0.1";
version = "0.2";
src = fetchFromGitHub {
owner = "afify";
repo = pname;
rev = "v${version}";
hash = "sha256-i4WzYaJKityIt+LPWCbd6UsPBaYoaS397l5BInOXQQA=";
hash = "sha256-DwXKrSqcebNI5N9REXyMV16W2kr72IH9+sKSVehc5zw=";
};
configFile = lib.optionalString (conf!=null) (lib.writeText "config.def.h" conf);