re-flex: 4.2.0 -> 4.2.1

This commit is contained in:
R. Ryantm 2024-04-13 11:03:41 +00:00
parent f46237b072
commit d803d2e8b8
1 changed files with 2 additions and 2 deletions

View File

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