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

View File

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