slipshow: 0.4.1 -> 0.5.0

This commit is contained in:
R. Ryantm
2025-08-15 20:52:48 +00:00
parent 3d62d9c518
commit 61b25711cf
+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 = ''