slipshow: 0.7.0 -> 0.8.1 (#483834)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-26 03:23:07 +00:00
committed by GitHub
+2 -2
View File
@@ -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 = ''