Skip to content

Commit

Permalink
chore: ght 1.5.5 -> 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Sep 28, 2023
1 parent 084751c commit cb70347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/ght/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}:
let
pname = "ght";
version = "1.5.5";
version = "1.5.6";

src = pkgs.fetchFromGitHub {
owner = "canonical";
Expand All @@ -16,7 +16,7 @@ let
# - Run 'yarn install'
# - Copy the new 'yarn.lock' into this directory, overwriting the old
rev = "v${version}";
sha256 = "sha256-Vc+HzbQeEXO0aD0d8I5Tbxe9qcoAVQWjgU96fLgHXVE=";
sha256 = "sha256-6WiHVXxwShQKwkBvlkDNgGt1Kp3qK5s9fulpXsNJsnU=";
};

packageJSON = "${src}/package.json";
Expand Down

0 comments on commit cb70347

Please sign in to comment.