Skip to content

Commit

Permalink
Merge pull request #2 from nbareil/main
Browse files Browse the repository at this point in the history
Update timeliner
  • Loading branch information
simsor authored Aug 5, 2024
2 parents a09f615 + b114348 commit 465c84a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/timeliner.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "airbus-cert";
repo = name;
rev = "b068f5f164eae9a729989697ff25656f86a67287";
hash = "sha256-qWqwM/AIFMZ6giAEqEa9GhJFbUzARiudWVaN2fGrlJA=";
rev = "a41292eec4bb99e5c253343b4e426dee1858906c";
hash = "sha256-KwYguwCNSE1elKbyiWFf6nuRs67GVAxEMAPsQJSU1PE=";
};

vendorHash = "sha256-L0EQy6AoaoJrcSDSTx4owhGmUtlMH60Okr5fL7rDhzQ=";
vendorHash = "sha256-m/VyKp0mTLAhjLJIhKBYGauavzk09SYlO94SwuQ2icw=";

postInstall = ''
mv $out/bin/main $out/bin/timeliner
Expand Down

0 comments on commit 465c84a

Please sign in to comment.