diff options
| author | 2026-04-29 05:20:54 +0000 | |
|---|---|---|
| committer | 2026-04-29 05:20:54 +0000 | |
| commit | 864894b94739b8afd101cbd5180f7d4f6cf2f042 (patch) | |
| tree | 8bb82eed23c746080d925e6450c53317b1190537 /pkgs | |
| parent | default.nix(nixpkgs): 8110df5ad7abf5d4c0f6fb0f8f978390e77f9685 -> 4c1018dae01... (diff) | |
| signature | ||
pkgs(little-things): 0-unstable-2026-02-14 -> 0-unstable-2026-04-29
Diffstat (limited to 'pkgs')
| -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 6dfae0e..356a692 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-2026-02-14"; + version = "0-unstable-2026-04-29"; src = fetchFromGitea { domain = "gitea.arpa.li"; owner = "JustAnotherArchivist"; repo = finalAttrs.pname; - rev = "8a7acf44290b46cfcfd75530091730c58ed4644b"; - hash = "sha256-cIM1slIan+1BKuddstF9+FReIKir2g2R5zyDGJCQESM="; + rev = "ec645c7b748fe985da01126927838f74e7cc4977"; + hash = "sha256-g/468gem70MfZ81HDmbyq2J4MItkZaybK9ICCThlKsM="; }; postPatch = '' |
