flake-update #3

Closed
m3tam3re wants to merge 1 commits from chore/flake-update into master
Showing only changes of commit ec61f46cfd - Show all commits

View File

@@ -4,10 +4,10 @@
lib,
}: let
pname = "vibetyper";
version = "1.0.0";
version = "1.2.2";
src = fetchurl {
url = "https://cdn.vibetyper.com/releases/linux/VibeTyper.AppImage";
sha256 = "sha256-VpEeTNVrZPLJKk5Hl/4IHGdEEaYSfRyOcnhC0Buzdg8=";
sha256 = "sha256-AUjrSVxyaI8Ok4pnoqaW4fGAd4GtSc0mEjDhkqdifY0=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};
in