Unverified Commit deefe7fa authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

frei0r: 2.5.0 -> 2.5.1 (#469270)

parents 4eec65df e687b19a
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 = [