chrysalis: 0.11.8 -> 0.11.9
This commit is contained in:
parent
e668212783
commit
036a4f0dc1
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "chrysalis";
|
pname = "chrysalis";
|
||||||
version = "0.11.8";
|
version = "0.11.9";
|
||||||
in appimageTools.wrapAppImage rec {
|
in appimageTools.wrapAppImage rec {
|
||||||
name = "${pname}-${version}-binary";
|
name = "${pname}-${version}-binary";
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ in appimageTools.wrapAppImage rec {
|
||||||
inherit name;
|
inherit name;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/keyboardio/${pname}/releases/download/v${version}/${pname}-${version}.AppImage";
|
url = "https://github.com/keyboardio/${pname}/releases/download/v${version}/${pname}-${version}.AppImage";
|
||||||
sha256 = "sha256-yyb6sRCPjHCK0tkuHTffw2NkZHcqw9tIdHbbBiKLGu8=";
|
sha256 = "sha256-Ce6aq4JZ271jTzAoUZx6bZpmQUXmhhFgaemfZfokS24=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue