sioyek: 2.0.0-unstable-2026-06-06 -> 2.0.0-unstable-2026-06-13

This commit is contained in:
Stephan
2026-06-22 17:50:28 +02:00
parent d023c4f05e
commit 21d55ae372
+4 -3
View File
@@ -15,13 +15,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "sioyek";
version = "2.0.0-unstable-2026-06-06";
version = "2.0.0-unstable-2026-06-13";
src = fetchFromGitHub {
owner = "ahrm";
repo = "sioyek";
rev = "96a5b0aebbacffdd9c8ddefd6efd3413828d0f37";
hash = "sha256-kCblPkBZETNmkX1RCQRR/zLBbAMhlB2svNCSltSeNlg=";
rev = "552008ace47614dbc21a0d41060b25f08767a4b6";
hash = "sha256-yzisnz/7pl7IgUK24CqivPoau17rIiu7n0Z20q7UXy8=";
};
buildInputs = [
@@ -91,6 +91,7 @@ stdenv.mkDerivation (finalAttrs: {
podocarp
stephen-huan
xyven1
stephsi
];
platforms = lib.platforms.unix;
};