Merge pull request #160585 from r-ryantm/auto-update/freac

freac: 1.1.5 -> 1.1.6
This commit is contained in:
Pascal Bach 2022-02-18 12:55:33 +01:00 committed by GitHub
commit cd43606420
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "freac";
version = "1.1.5";
version = "1.1.6";
src = fetchFromGitHub {
owner = "enzo1982";
repo = "freac";
rev = "v${version}";
sha256 = "sha256-cRmN9D/+FLiXqZW/PYhw61EoZuL3y61YtQ/ZNjnhfmY=";
sha256 = "sha256-PDFc/RhxIe6M3lfVHE1QmJnu5Sy+q/yrXrXPV/8X51o=";
};
buildInputs = [