Skip to content

Commit

Permalink
Use tagged version
Browse files Browse the repository at this point in the history
  • Loading branch information
NewDawn0 committed Dec 15, 2024
1 parent 686710a commit 5dab757
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 29 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/an/ansi-cheatsheet/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "NewDawn0";
repo = "ansi";
rev = "6b6d3b991706247af90f3f72c67238144f77a928";
hash = "sha256-/JRG5qZlEOUJ/R37bl8x8okwlVLjlXUcSg7VMkulY0M=";
rev = "v1.0.0";
hash = "sha256-0ahM9eZInPNSA6K463Ul4ot2PPplBNI2ypBRwfG6Lpo=";
};
buildInputs = [ zig ];
buildPhase = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/as/ascii-weather/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ gccStdenv.mkDerivation {
src = fetchFromGitHub {
owner = "NewDawn0";
repo = "asciiWeather";
rev = "70bf111647d064c3fcd0fe672b9fa697f4d060e4";
hash = "sha256-Dcosx6iEnvFCMrmUS7gSLg8re5zl1BXWX/Nu6hr4Pgw=";
rev = "v1.0.0";
hash = "sha256-8ntnVMQWeEO47gjP4G/GMCQ7NlsdjBsXU0+LMC6fr+U=";
};
buildInputs = [ ncurses ];
installPhase = "install -D ascii-weather -t $out/bin";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/cd/cd-up/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ gccStdenv.mkDerivation {
src = fetchFromGitHub {
owner = "NewDawn0";
repo = "up";
rev = "1be487a84782bc62593326c35160fa782e2e7d7a";
hash = "sha256-Ll6gHuWh2s7ke9Vqlw0H3tdKHIuvIC13TGHHKllEQ54=";
rev = "v1.0.0";
hash = "sha256-gLIkwNFxXkGCQiRTri0EJZSRC7xbvhUwaCmTQDqs2B8=";
};
installPhase = ''
install -D up-core -t $out/bin
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/cl/cli-notify/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ buildGoModule {
src = fetchFromGitHub {
owner = "NewDawn0";
repo = "notify";
rev = "b40a50df9464602b21b25c48a99197af842270f3";
hash = "sha256-PnNrb5qd8qJlR3pRkgf3pgG66KqlzBjzXg1LyfKbav4=";
rev = "v1.0.0";
hash = "sha256-tne+vabRlVIpASvqioUBm/ANsWszy1MQ7bkFr1joMrg=";
};
vendorHash = "sha256-pyNBOPzzJ+ZcIlGP0DP+MEbQt52XyqJJ/bo+OsmPwUk=";
meta = {
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/di/dirstack/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ let
src = fetchFromGitHub {
owner = "NewDawn0";
repo = "dirStack";
rev = "8ef0f19ae366868fb046f6acb0d396bc8436ef31";
hash = "sha256-mzw3uDZ0eM81WJM0YNcOlMHs4fNMUBgwxS6VBSS+VS8=";
rev = "v1.0.0";
hash = "sha256-TeHldruUsG49o0tXm26prSmGTmBiRRkL7q7VZghrsXM=";
};
cargoHash = "sha256-y3ELhG4877X6Cysg9NMaD/QC3SfPBdk2Vh1QeHF1+pU=";
cargoHash = "sha256-ismRyvNGqWkACVwz7+2EFh114DevtwWGtdbB/w4Yqz8=";
propagatedBuildInputs = [ fzf ];
};
in
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/ex/extract/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ let
src = fetchFromGitHub {
owner = "NewDawn0";
repo = "ex";
rev = "136389950b0f60de5c84b5535663c237da7f0908";
hash = "sha256-XDCBlaWTreKd3R10njsrhv7j0/OIsco7tcFjeG85mpE=";
rev = "v1.0.0";
hash = "sha256-Zk4DGs/KZXr1CJ4VKJGqru4SM5eXHh5m5NbOuoAhZeE=";
};
in
stdenv.mkDerivation {
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/ge/gen/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ rustPlatform.buildRustPackage {
src = fetchFromGitHub {
owner = "NewDawn0";
repo = "gen";
rev = "1b9e403c92de1b80c1e5eae31f09b93609ad3241";
sha256 = "sha256-DNMsuN3NVWiGJL+b2Qa0lNCp3q0xm/6yFxNUHNbURmE=";
rev = "v1.0.0";
sha256 = lib.fakeHash;
};
cargoHash = "sha256-tSWxKcKbiic+XfD/y51WSdim7T7cb34BSumv8i7m48Y=";
cargoHash = lib.fakeHash;
meta = {
description = "A flexible tool for generating customizable project templates";
longDescription = ''
Expand Down
7 changes: 3 additions & 4 deletions pkgs/by-name/ni/nixie-clock/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,16 @@ rustPlatform.buildRustPackage {
src = fetchFromGitHub {
owner = "NewDawn0";
repo = "nixieClock";
rev = "e6bde15c65b28da6318877bf0899aad915655b15";
sha256 = "sha256-Lj98eghrucupnzdkMjGCPtGWO8NQ5ipQymsYUAl+XRU=";
rev = "v1.0.0";
sha256 = lib.fakeHash;
};
cargoHash = "sha256-oqiXeX7ct2miDNoURF7+9lElebX4coVox+qzPgUBbj0=";
cargoHash = lib.fakeHash;
meta = {
description = "A CLI clock that displays time in a Nixie tube style";
longDescription = ''
A unique command-line clock that displays the current time using Nixie tube-style digits.
This charming design adds a vintage touch to your terminal while providing an accurate clock.
'';

homepage = "https://github.com/NewDawn0/nixie-clock";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ NewDawn0 ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/no/note/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ buildGoModule {
src = fetchFromGitHub {
owner = "NewDawn0";
repo = "note";
rev = "e1876e4c7aec769ea3b3296d7df25175ba899652";
hash = "sha256-mdQjtXRxh5oCz0ThsnnsujcO97yu0K8TaX6jefOpR6g=";
rev = "v1.0.0";
hash = "sha256-ISYagWOW5EnjtP4oOO9Dia0oPexlgvul/yllrHeZceQ=";
};
vendorHash = "sha256-kzMvksDjhqKlHvBwl0spOApFKHKM7lm0WG2hifP6+Ro=";
meta = {
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/sh/shredder/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ buildGoModule {
src = fetchFromGitHub {
owner = "NewDawn0";
repo = "shredder";
rev = "5b5dd3506e0917341105b57edd98851a69dd5935";
hash = "sha256-T/IVEutcEnMkMHiM2KEp4d8UzA06xsYbeMvRnBj2Me8=";
rev = "v1.0.0";
hash = "sha256-0Oz92/KABODmEqaQHHpeK9/tf7Ws+PdRrzQuTzxulQA=";
};
vendorHash = null;
meta = {
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/tr/translate/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ rustPlatform.buildRustPackage {
src = fetchFromGitHub {
owner = "NewDawn0";
repo = "tl";
rev = "2e104c44e7afeda9d310acbcad1abb6f2571179a";
sha256 = "sha256-WFTB2cQxR8wvdwSzA1yLkEjahrjUWXcJy7tkpRjerBQ=";
rev = "v1.0.0";
sha256 = "sha256-6oKz68UIRLRB7l5Am9+GNHswJKIrV/31dhkLRPC6dhE=";
};
cargoHash = "sha256-8XnIFAWMkpiCsEsg7FrRrqrLYzHVA38RmDYt9L6NfCk=";
cargoHash = "sha256-QEEqkcsJulZtMpVZXqy5D187nA+ksRya8ggPB9YWILU=";
buildInputs = [
libiconv
] ++ lib.optional stdenv.hostPlatform.isDarwin darwin.apple_sdk.frameworks.SystemConfiguration;
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/vo/vocab/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ python3Packages.buildPythonPackage {
src = fetchFromGitHub {
owner = "NewDawn0";
repo = "vocab";
rev = "e1c11d2570b5f9e8d1a18652391cb6ab7623c574";
hash = "sha256-3aPc+ivec8M+iD8ZDL+rWJrL+2jVhmcp2Bdc9jxpi3Y=";
rev = "v1.0.0";
hash = "sha256-M/eRS19Epn003UGGqF7mpGwm0l4cPWizbgYGZ9lxCE4=";
};
meta = {
description = "An efficient CLI-based tool for vocabulary learning";
Expand Down

0 comments on commit 5dab757

Please sign in to comment.