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

octavePackages.video: 2.1.1 -> 2.1.3

parent 7850571d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildOctavePackage rec {
  pname = "video";
  version = "2.1.1";
  version = "2.1.3";

  src = fetchFromGitHub {
    owner = "Andy1978";
    repo = "octave-video";
    rev = version;
    hash = "sha256-JFySAu/3lCnfuFMNGYPzX2MqhsRi1+IyJQBcKB9vCo0=";
    rev = "refs/tags/${version}";
    hash = "sha256-fn9LNfuS9dSStBfzBjRRkvP50JJ5K+Em02J9+cHqt6w=";
  };

  nativeBuildInputs = [