cli-tips: 0-unstable-2024-12-26 -> 0-unstable-2025-02-03

This commit is contained in:
R. Ryantm 2025-02-06 13:26:31 +00:00
parent f56aaaac0c
commit 2ef4cb56c5

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation {
pname = "cli-tips";
version = "0-unstable-2024-12-26";
version = "0-unstable-2025-02-03";
src = fetchFromGitHub {
owner = "cli-stuff";
repo = "cli-tips";
rev = "ddb654baa8ffda13e325e2d48f1089c64025153a";
hash = "sha256-eRQcYoqDxhsfbOdWGcYABQMcwjwmYQXfAUzTKeKPW8I=";
rev = "34e37224b51362003d1c5af2b0b6bc2a02b668d9";
hash = "sha256-ZJQGa7gaR76zsdZOVoIf87h2wraFFOuonJEDy6J8ygQ=";
};
nativeBuildInputs = [ makeWrapper ];