slipshow: 0.2.0 -> 0.4.1

This commit is contained in:
R. Ryantm
2025-07-20 16:57:33 +00:00
parent cc1dd948dd
commit 90920cc857
+2 -2
View File
@@ -8,13 +8,13 @@
ocamlPackages.buildDunePackage rec {
pname = "slipshow";
version = "0.2.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "panglesd";
repo = "slipshow";
tag = "v${version}";
hash = "sha256-1gjQDkjDxanshvn1fNxwpJFt12uRWnkmRbs0tWdTgtM=";
hash = "sha256-VUKh3O2FYsA8gUJQT0LxTV9psp/neYfYEmQS9cgeFW8=";
};
postPatch = ''