From 3ed15bae8787e6c9e9749c27e46bf22edd99cfc9 Mon Sep 17 00:00:00 2001 From: stuce-bot Date: Thu, 26 Jun 2025 12:41:02 +0200 Subject: [PATCH] . --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4c0079b..5c21143 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ }: let tarball = fetchTarball { url = "https://git.stuce.ch/stuce/sTodo/releases/download/r3/release3.tar.gz"; - sha256 = "1fr0sr7l6f19g215gh0kgyhnncf4607ydq0cg49psw1yyvx1iv7v"; + sha256 = "1fr0sr7l6f19g215gh0kgyhnncf4607ydq0cg49psw1yyvx1iv4v"; }; in { packages.x86_64-linux.sTodo = with nixpkgs.legacyPackages.x86_64-linux;