chore: pkg updates
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
stdenvNoCC,
|
stdenvNoCC,
|
||||||
}: let
|
}: let
|
||||||
pname = "openwork";
|
pname = "openwork";
|
||||||
version = "0.18.33";
|
version = "0.18.40";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url =
|
url =
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
hash =
|
hash =
|
||||||
if stdenvNoCC.hostPlatform.system == "aarch64-linux"
|
if stdenvNoCC.hostPlatform.system == "aarch64-linux"
|
||||||
then "sha256-ZSoAcOH0/gQynSCY8qCvysaNBnUl/G8Zz66a11y60Qs="
|
then "sha256-ZSoAcOH0/gQynSCY8qCvysaNBnUl/G8Zz66a11y60Qs="
|
||||||
else "sha256-ic8YRxBHIIaTrbJhlB7+tU9VNqXNwt813dSoiiohS+o=";
|
else "sha256-I9ayBQDOjfcXMLDza5TsUzN8hujhgVk5E71IabPpiPM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
appimageContents = appimageTools.extractType2 {inherit pname version src;};
|
appimageContents = appimageTools.extractType2 {inherit pname version src;};
|
||||||
|
|||||||
@@ -6,12 +6,12 @@
|
|||||||
makeWrapper,
|
makeWrapper,
|
||||||
}: let
|
}: let
|
||||||
pname = "vibetyper";
|
pname = "vibetyper";
|
||||||
version = "1.4.2";
|
version = "1.5.0";
|
||||||
# Upstream publishes to an unversioned URL — ./update.sh watches Last-Modified
|
# Upstream publishes to an unversioned URL — ./update.sh watches Last-Modified
|
||||||
# and refreshes the sha256 when the binary changes. Bump `version` manually.
|
# and refreshes the sha256 when the binary changes. Bump `version` manually.
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://cdn.vibetyper.com/releases/linux/VibeTyper.AppImage";
|
url = "https://cdn.vibetyper.com/releases/linux/VibeTyper.AppImage";
|
||||||
sha256 = "sha256-NYBsVtpzidT/kZPibbkWMWP7r3y/w+17iKTPkI6wsHY=";
|
sha256 = "sha256-2Mgy0hBIdy/ATXVwTlBQguhOTKnHGRz7NsmesFgEkHg=";
|
||||||
};
|
};
|
||||||
appimageContents = appimageTools.extractType2 {inherit pname version src;};
|
appimageContents = appimageTools.extractType2 {inherit pname version src;};
|
||||||
in
|
in
|
||||||
|
|||||||
Reference in New Issue
Block a user