Skip to content

Commit

Permalink
devpod: 0.5.2 -> 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 27, 2024
1 parent c8208f9 commit 9cae782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/devpod/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@

let
pname = "devpod";
version = "0.5.2";
version = "0.5.4";

src = fetchFromGitHub {
owner = "loft-sh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-xvZ9I8VL50yS6tEQizp7bebyZVTCW6y2VOSyVZDJy6M=";
sha256 = "sha256-BXr+2uia5skNRpdo8T+0uOVdh6WmWeC42PGNSURJhas=";
};

meta = with lib; {
Expand Down

0 comments on commit 9cae782

Please sign in to comment.