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

yapesdl: 0.80.1 -> 0.81.1

parent 6aff6c5c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "yapesdl";
  version = "0.80.1";
  version = "0.81.1";

  src = fetchFromGitHub {
    owner = "calmopyrin";
    repo = "yapesdl";
    rev = "v${finalAttrs.version}";
    hash = "sha256-VCjxdVatu1h6VNMkLYL8Nknwn7ax0J2OhO1bc7dnQRA=";
    hash = "sha256-vCScQmkODKZKbvrauuR9WNTjjKEvlomfzB0QifHxSVs=";
  };

  nativeBuildInputs = [