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

re-flex: 4.2.0 -> 4.2.1
This commit is contained in:
Weijia Wang
2024-04-19 02:03:39 +02:00
committed by GitHub
@@ -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" ];