nix-zsh-completions: 0.5.1 -> 0.5.1-unstable-2025-12-12

This commit is contained in:
éclairevoyant
2026-03-01 05:26:56 -05:00
parent b76a0a364c
commit 70f4601627
@@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "nix-zsh-completions";
version = "0.5.1";
version = "0.5.1-unstable-2025-12-12";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nix-zsh-completions";
tag = finalAttrs.version;
hash = "sha256-bgbMc4HqigqgdkvUe/CWbUclwxpl17ESLzCIP8Sz+F8=";
rev = "d4ae06bedb9a353ac894862d1d83f60ab4e2ccce";
hash = "sha256-ogDhANf4MpVZn5sWZymT0EIjDMTLSHRGzNjHsw/dX8o=";
};
strictDeps = true;