Unverified Commit b148f4d4 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

slipshow: 0.8.1 -> 0.9.0 (#493414)

parents bd5570e3 5b7a5196
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

ocamlPackages.buildDunePackage rec {
  pname = "slipshow";
  version = "0.8.1";
  version = "0.9.0";

  src = fetchFromGitHub {
    owner = "panglesd";
    repo = "slipshow";
    tag = "v${version}";
    hash = "sha256-13LoIvmSYGycuJpAqylyVmVnyttuyaQF1Dk/3BgikkE=";
    hash = "sha256-6i7zbfk0uBgwoXlg5fLvC+onZMYKBJwUd74FUakt3jc=";
  };

  postPatch = ''