Skip to content

Commit

Permalink
ctrtool: 1.2.0 -> 1.2.1 (#369959)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 4, 2025
2 parents ecd38e4 + e2f7441 commit 0fe10c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ct/ctrtool/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
pname = "ctrtool";
version = "1.2.0";
version = "1.2.1";

src = fetchFromGitHub {
owner = "jakcron";
repo = "Project_CTR";
rev = "ctrtool-v${version}";
sha256 = "wjU/DJHrAHE3MSB7vy+swUDVPzw0Jrv4ymOjhfr0BBk=";
sha256 = "HqqeQCEUof4EBUhuUAdTruMFgYIoXhtAN3yuWW6tD+Y=";
};

sourceRoot = "${src.name}/ctrtool";
Expand Down

0 comments on commit 0fe10c5

Please sign in to comment.