Merge pull request #134346 from sikmir/sfm

sfm: 0.2 → 0.3.1
This commit is contained in:
Sandro 2021-08-16 21:58:22 +02:00 committed by GitHub
commit cd9e0f5884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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