re-flex: 4.1.2 -> 4.2.0

This commit is contained in:
R. Ryantm 2024-04-02 08:06:45 +00:00
parent cb1f3bcd8b
commit 79d9d4f3a0
1 changed files with 2 additions and 2 deletions

View File

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