slipshow: 0.5.0 -> 0.6.0

This commit is contained in:
R. Ryantm
2025-08-24 09:48:54 +00:00
parent e25925708e
commit e691d5f91b
+2 -2
View File
@@ -8,13 +8,13 @@
ocamlPackages.buildDunePackage rec {
pname = "slipshow";
version = "0.5.0";
version = "0.6.0";
src = fetchFromGitHub {
owner = "panglesd";
repo = "slipshow";
tag = "v${version}";
hash = "sha256-Q/ga5sQ3QfoRzlC7TD7HVKig+nxxk92hizDqYzJlW1Y=";
hash = "sha256-cmBq9RYjvl355+tV+Nf7XmDzgbOqusCjVrqoC34R5CI=";
};
postPatch = ''