chore: pkg updates
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
stdenvNoCC,
|
||||
}: let
|
||||
pname = "openwork";
|
||||
version = "0.18.33";
|
||||
version = "0.18.40";
|
||||
|
||||
src = fetchurl {
|
||||
url =
|
||||
@@ -16,7 +16,7 @@
|
||||
hash =
|
||||
if stdenvNoCC.hostPlatform.system == "aarch64-linux"
|
||||
then "sha256-ZSoAcOH0/gQynSCY8qCvysaNBnUl/G8Zz66a11y60Qs="
|
||||
else "sha256-ic8YRxBHIIaTrbJhlB7+tU9VNqXNwt813dSoiiohS+o=";
|
||||
else "sha256-I9ayBQDOjfcXMLDza5TsUzN8hujhgVk5E71IabPpiPM=";
|
||||
};
|
||||
|
||||
appimageContents = appimageTools.extractType2 {inherit pname version src;};
|
||||
|
||||
Reference in New Issue
Block a user