frei0r: 2.5.0 -> 2.5.1

This commit is contained in:
R. Ryantm
2025-12-09 09:17:54 +00:00
parent 67e26173df
commit e687b19a55
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "frei0r-plugins";
version = "2.5.0";
version = "2.5.1";
src = fetchFromGitHub {
owner = "dyne";
repo = "frei0r";
rev = "v${version}";
hash = "sha256-JEQndfQOcSARGIPtMwteUqWqTLPEMcpF2F/xD1PsDEU=";
hash = "sha256-3gUWvO5izOrJt+XwcNBNiLfu+iMqo4nuPbx++TYzao0=";
};
nativeBuildInputs = [