slipshow: 0.8.1 -> 0.9.0 (#493414)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-24 13:39:48 +00:00
committed by GitHub
+2 -2
View File
@@ -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 = ''