diff options
| author | 2026-01-17 11:32:52 +0000 | |
|---|---|---|
| committer | 2026-01-17 11:32:52 +0000 | |
| commit | 9f02f0c8aad42739014d8e4a4c345551df5d5ce2 (patch) | |
| tree | 352a2d14098fd376e93f9b313db749a800b7bcc1 /pkgs/little-things | |
| parent | bin/git-archive: init (diff) | |
| signature | ||
pkgs/little-things: upgrade to 0-unstable-2026-01-10
Diffstat (limited to 'pkgs/little-things')
| -rw-r--r-- | pkgs/little-things/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/little-things/default.nix b/pkgs/little-things/default.nix index 40d2bd5..588c774 100644 --- a/pkgs/little-things/default.nix +++ b/pkgs/little-things/default.nix @@ -6,14 +6,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "little-things"; - version = "0-unstable-2025-12-26"; + version = "0-unstable-2026-01-10"; src = fetchFromGitea { domain = "gitea.arpa.li"; owner = "JustAnotherArchivist"; repo = finalAttrs.pname; - rev = "5b4fceca1c49a3a142638e1b5e0a0c25c0f9304f"; - hash = "sha256-pO+6flh/tRwfjoxnYwaRkXjzxU9a8IU8ET0Vdb5zuX4="; + rev = "68988cfd31b048aab6590002521c10340d8bd5da"; + hash = "sha256-raanxmspN2v0OAHFfksNUFtJtmlqGGyrPz82lvPAXig="; }; postPatch = '' |
