slipshow: 0.8.1 -> 0.9.0

This commit is contained in:
R. Ryantm
2026-02-23 19:11:23 +00:00
parent 2fc6539b48
commit 5b7a519699
+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 = ''