3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #113055 from r-ryantm/auto-update/bdf2sfd

bdf2sfd: 1.1.5 -> 1.1.6
This commit is contained in:
Mario Rodas 2021-02-23 20:38:05 -05:00 committed by GitHub
commit 798949d9df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "bdf2sfd"; pname = "bdf2sfd";
version = "1.1.5"; version = "1.1.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fcambus"; owner = "fcambus";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1bpadw25barzmmsz9bkrsj3iwbgf945zqfakbgq1yscfb85bfgsp"; sha256 = "sha256-f3IdTk1GEo1GlbiJMCpqwheNJrndm7aCojA+GuKMTao=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];