Merge pull request #189912 from r-ryantm/auto-update/warpd

warpd: 1.3.2 -> 1.3.3
This commit is contained in:
Bobby Rong 2022-09-06 11:25:59 +08:00 committed by GitHub
commit d37cc62537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "warpd";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitHub {
owner = "rvaiya";
repo = "warpd";
rev = "v${version}";
sha256 = "AR/uLgNX1VLPEcfUd8cnplMiaoEJlUxQ55Fst62RnbI=";
sha256 = "sha256-QzMtPzuFVN8b4O250G38HAxerZewEu8MV/MDib7gh5A=";
leaveDotGit = true;
};