slipshow: 0.4.1 -> 0.5.0 (#434074)

This commit is contained in:
Weijia Wang
2025-08-16 17:04:07 +08:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
ocamlPackages.buildDunePackage rec {
pname = "slipshow";
version = "0.4.1";
version = "0.5.0";
src = fetchFromGitHub {
owner = "panglesd";
repo = "slipshow";
tag = "v${version}";
hash = "sha256-VUKh3O2FYsA8gUJQT0LxTV9psp/neYfYEmQS9cgeFW8=";
hash = "sha256-Q/ga5sQ3QfoRzlC7TD7HVKig+nxxk92hizDqYzJlW1Y=";
};
postPatch = ''