From e86c3fe1deed71a90f9124f82a7b550f45315dc9 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 8 Apr 2025 21:41:41 +0000 Subject: [PATCH] sioyek: 2.0.0-unstable-2025-03-11 -> 2.0.0-unstable-2025-04-08 --- pkgs/by-name/si/sioyek/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/si/sioyek/package.nix b/pkgs/by-name/si/sioyek/package.nix index 1e387991d622..ad3846db56ca 100644 --- a/pkgs/by-name/si/sioyek/package.nix +++ b/pkgs/by-name/si/sioyek/package.nix @@ -15,13 +15,13 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "sioyek"; - version = "2.0.0-unstable-2025-03-11"; + version = "2.0.0-unstable-2025-04-08"; src = fetchFromGitHub { owner = "ahrm"; repo = "sioyek"; - rev = "b3575d9634d6c305cdf555a383e019a1e9013f2a"; - hash = "sha256-a6zIgFe8bHrqXAtCC4/LC5jl3hy2Cs1xZBI91sKQgqw="; + rev = "e84f4052b384c1c8d84db84d4294874e19a24f38"; + hash = "sha256-by8/LloGMi6w97nWnO8VLlJjE1ztIymP4mwvL1PWqPo="; }; buildInputs =