Merge pull request #195397 from 0xd61/gf-bump

gf: unstable-2022-08-01 -> unstable-2022-09-26
This commit is contained in:
Anderson Torres 2022-10-10 21:38:20 -03:00 committed by GitHub
commit 20f7656832
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "gf";
version = "unstable-2022-08-01";
version = "unstable-2022-09-26";
src = fetchFromGitHub {
repo = "gf";
owner = "nakst";
rev = "c0a018a9b965eb97551ee87d5236a9f57011cea2";
hash = "sha256-i0aLSy+4/fbYZpUKExFDUZ/2nXJmEhRsAX0JQZ8EhNk=";
rev = "404fc6d66c60bb01e9bcbb69021e66c543bda2d5";
hash = "sha256-HRejpEN/29Q+wukU3Jv3vZoK6/VjZK6VnZdvPuFBC9I=";
};
nativeBuildInputs = [ makeWrapper pkg-config ];