From 8b618bfdbb14fedf035fac26de71a3be7e32909d Mon Sep 17 00:00:00 2001 From: stuce-bot Date: Thu, 26 Jun 2025 12:39:36 +0200 Subject: [PATCH] . --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d63bdf0..4c0079b 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 = "1fr0sr7l6f19g215gh0kgyhnncf4607ydq0cg49psw1yyvx1iv7f"; + sha256 = "1fr0sr7l6f19g215gh0kgyhnncf4607ydq0cg49psw1yyvx1iv7v"; }; in { packages.x86_64-linux.sTodo = with nixpkgs.legacyPackages.x86_64-linux;