flowblade: 2.14.0.1 -> 2.14.0.2

This commit is contained in:
R. Ryantm 2024-04-24 13:01:17 +00:00
parent 9140927fb0
commit 066246c03b
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "flowblade";
version = "2.14.0.1";
version = "2.14.0.2";
src = fetchFromGitHub {
owner = "jliljebl";
repo = pname;
rev = "v${version}";
sha256 = "sha256-kyW/vYKGy/tgHmev8LgJbGugfKkzKFwLZStQQfWYPuQ=";
sha256 = "sha256-M+M6qkgYD5zM8IOFwQsuQlK7qQsvmSjR+CXVpTW+O8k=";
};
buildInputs = [