frei0r: 2.5.0 -> 2.5.1 (#469270)

This commit is contained in:
Gergő Gutyina
2025-12-27 06:11:08 +00:00
committed by GitHub
+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 = [