Merge pull request #328061 from r-ryantm/auto-update/devpod

devpod: 0.5.16 -> 0.5.19
This commit is contained in:
Sebastián Mancilla
2024-08-22 21:04:15 -04:00
committed by GitHub
+2 -2
View File
@@ -23,13 +23,13 @@
let
pname = "devpod";
version = "0.5.16";
version = "0.5.19";
src = fetchFromGitHub {
owner = "loft-sh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-J9Qu9flp7l3BnQGHkDBSWTsNdDQSJUwp0W9GhOJehKo=";
sha256 = "sha256-SQac42C6tVFSP5Gx2s6uP4OKW+b+FoT7/+Lo3W178p0=";
};
meta = with lib; {