flowblade: 2.18 -> 2.18.1

This commit is contained in:
R. Ryantm
2025-02-17 13:45:15 +00:00
parent eaee7b7a45
commit 910a70b257
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "flowblade";
version = "2.18";
version = "2.18.1";
src = fetchFromGitHub {
owner = "jliljebl";
repo = pname;
rev = "v${version}";
sha256 = "sha256-zdQY85sm4bv0WBcCK+xo3j0zIjjMQ5j7w7zljqD9WU8=";
sha256 = "sha256-TV/oOA7m8VbvaZe9oujqsB4KJcmYBBo9p2bagpFTwrY=";
};
buildInputs = [