Merge pull request #319560 from r-ryantm/auto-update/re-flex

re-flex: 4.2.1 -> 4.4.0
This commit is contained in:
Weijia Wang 2024-06-26 01:04:21 +02:00 committed by GitHub
commit e320658cd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "re-flex";
version = "4.2.1";
version = "4.4.0";
src = fetchFromGitHub {
owner = "Genivia";
repo = "RE-flex";
rev = "v${version}";
hash = "sha256-tWV7HnIeTao3IbT2xxsu+//4aLQLKP/+ySqrvzU139c=";
hash = "sha256-yMFz3KrB1eIzGg0LB3U0H+XQz/DKhJOyiG8ScW9Lm7A=";
};
outputs = [ "out" "bin" "dev" ];