Merge pull request #223860 from r-ryantm/auto-update/sfsexp

sfsexp: 1.4.0 -> 1.4.1
This commit is contained in:
Weijia Wang 2023-05-24 11:08:24 +03:00 committed by GitHub
commit 679ed99155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "sfsexp";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "mjsottile";
repo = pname;
rev = "v${version}";
sha256 = "sha256-TCAxofSRbyIdwowhHhPn483UA+QOHkLMz0P2LIi0ncA=";
sha256 = "sha256-uAk/8Emf23J0D3D5+eUEpWLY2fIvdQ7a80eGe9i1WQ8=";
};
nativeBuildInputs = [ autoreconfHook ];