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

re-flex: 4.1.0 -> 4.1.2
This commit is contained in:
Weijia Wang 2024-03-23 22:58:16 +01:00 committed by GitHub
commit e0ec5f6897
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "re-flex";
version = "4.1.0";
version = "4.1.2";
src = fetchFromGitHub {
owner = "Genivia";
repo = "RE-flex";
rev = "v${version}";
hash = "sha256-pjYiCRKaskJg1IuCxNBUQ9FY2abGi4HEZxsfZ5ctjNY=";
hash = "sha256-w1aH04VGe9nPvwGdbTEsAcIPb7oC739LZjTI/1Ck7bU=";
};
outputs = [ "out" "bin" "dev" ];