Commit e687b19a authored by R. RyanTM's avatar R. RyanTM
Browse files

frei0r: 2.5.0 -> 2.5.1

parent 67e26173
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [