goflow2: 2.1.1 -> 2.1.2 (#282835)

This commit is contained in:
R. RyanTM 2024-01-22 01:34:51 -08:00 committed by GitHub
parent 799a18f9eb
commit 7d317c0b75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "goflow2";
version = "2.1.1";
version = "2.1.2";
src = fetchFromGitHub {
owner = "netsampler";
repo = pname;
rev = "v${version}";
hash = "sha256-RgHCUuP2EE38X6iMaYD2a8f/C2fBcBEHM5ErlKBkMqI=";
hash = "sha256-eI5Czx721aty1b+rs8uHrx0IBM/DK7bkPck1QIYPcNI=";
};
ldflags = [