Commit 90920cc8 authored by R. RyanTM's avatar R. RyanTM
Browse files

slipshow: 0.2.0 -> 0.4.1

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

ocamlPackages.buildDunePackage rec {
  pname = "slipshow";
  version = "0.2.0";
  version = "0.4.1";

  src = fetchFromGitHub {
    owner = "panglesd";
    repo = "slipshow";
    tag = "v${version}";
    hash = "sha256-1gjQDkjDxanshvn1fNxwpJFt12uRWnkmRbs0tWdTgtM=";
    hash = "sha256-VUKh3O2FYsA8gUJQT0LxTV9psp/neYfYEmQS9cgeFW8=";
  };

  postPatch = ''