flowblade: 2.18.1 -> 2.20

This commit is contained in:
R. Ryantm
2025-03-25 15:12:28 +00:00
parent dc9b690d42
commit 9ee6dc2478
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "flowblade";
version = "2.18.1";
version = "2.20";
src = fetchFromGitHub {
owner = "jliljebl";
repo = "flowblade";
rev = "v${version}";
sha256 = "sha256-TV/oOA7m8VbvaZe9oujqsB4KJcmYBBo9p2bagpFTwrY=";
sha256 = "sha256-5w8mGFPOawbUwinzVLSCUZWGxuyxhi1/3tOrmQyfUUg=";
};
buildInputs = [