sfm: 0.2 → 0.3.1

This commit is contained in:
Nikolay Korotkiy 2021-08-04 11:43:51 +03:00
parent f0672fa7fb
commit 75a35986bf
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.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);