typer: 0-unstable-2023-02-08 -> 0-unstable-2024-05-25 (#474654)
This commit is contained in:
@@ -2,17 +2,18 @@
|
||||
lib,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
buildGoModule {
|
||||
pname = "typer";
|
||||
version = "0-unstable-2023-02-08";
|
||||
version = "0-unstable-2024-05-25";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "maaslalani";
|
||||
repo = "typer";
|
||||
rev = "02aa80b3be8a6c2c9d08d9a56b3fe784adf00933";
|
||||
hash = "sha256-J3wTqWxHEQz1AAt7DfUmpgc7wmfILBtyHuDrmqN96fI=";
|
||||
rev = "0e674b236154b05f89fb4f5bee20c7269fd71477";
|
||||
hash = "sha256-tldLNSNYhPictiCyplxYxScyimcb5tMR3hdwhdZxrAA=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-t4zim6WhqGAf1zHmmbJbpVvQcE/aoNL7ZLdjU7f3rp8=";
|
||||
@@ -22,6 +23,10 @@ buildGoModule {
|
||||
"-w"
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
extraArgs = [ "--version=branch" ];
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Typing test in your terminal";
|
||||
homepage = "https://github.com/maaslalani/typer";
|
||||
|
||||
Reference in New Issue
Block a user