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

slipshow: 0.7.0 -> 0.8.1 (#483834)

parents e85ec3a4 95d920f3
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.7.0";
  version = "0.8.1";

  src = fetchFromGitHub {
    owner = "panglesd";
    repo = "slipshow";
    tag = "v${version}";
    hash = "sha256-HV4qUp/da0GjZ/KSaE4L/qxdosnOTRcC83zIRigxFSY=";
    hash = "sha256-13LoIvmSYGycuJpAqylyVmVnyttuyaQF1Dk/3BgikkE=";
  };

  postPatch = ''