warpd: 1.3.2 -> 1.3.3

This commit is contained in:
R. Ryantm 2022-09-05 21:23:39 +00:00
parent b68f057782
commit 6daa5d17c0

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;
};