about summary refs log tree commit diff
path: root/pkgs/applications/graphics/kodelife
diff options
context:
space:
mode:
authorLily Foster <lily@lily.flowers>2023-05-23 19:44:05 -0400
committerLily Foster <lily@lily.flowers>2023-05-23 19:44:05 -0400
commit8426963753f3b4beb692b3c33a140af69a874df0 (patch)
tree83e3e793b2a667bda4ca557e8c3268c31cf78889 /pkgs/applications/graphics/kodelife
parent7084250df3d7f9735087d3234407f3c1fc2400e3 (diff)
kodelife: 1.0.8.170 -> 1.1.0.173
Diffstat (limited to 'pkgs/applications/graphics/kodelife')
-rw-r--r--pkgs/applications/graphics/kodelife/default.nix12
1 files changed, 5 insertions, 7 deletions
diff --git a/pkgs/applications/graphics/kodelife/default.nix b/pkgs/applications/graphics/kodelife/default.nix
index a165d0d3e096f..9bfc5d7aec191 100644
--- a/pkgs/applications/graphics/kodelife/default.nix
+++ b/pkgs/applications/graphics/kodelife/default.nix
@@ -45,25 +45,23 @@ in
 
 stdenv.mkDerivation rec {
   pname = "kodelife";
-  version = "1.0.8.170";
+  version = "1.1.0.173";
 
   suffix = {
     aarch64-linux = "linux-arm64";
     armv7l-linux  = "linux-armhf";
-    x86_64-linux  = "linux-x86_64";
+    x86_64-linux  = "linux-x64";
   }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
 
   src = fetchurl {
     url = "https://hexler.net/pub/${pname}/${pname}-${version}-${suffix}.deb";
     hash = {
-      aarch64-linux = "sha256-FHE87B34QSc7rcKHE3wkZq1VzcZeKWh68rlIIMDRmm8=";
-      armv7l-linux  = "sha256-OqomlL7IFHyQQULbdbf5I0dRXdy3lDHY4ej2P1OZgzo=";
-      x86_64-linux  = "sha256-QNcWMVZ4bTXPLFEtD35hP2LbuNntvF2e9Wk2knt4TBY=";
+      aarch64-linux = "sha256-WPUWvgVZR+2Dg4zpk+iUemMBGlGBDtaGkUGrWuF5LBs=";
+      armv7l-linux  = "sha256-tOPqP40e0JrXg92OluMZrurWHXZavGwTkJiNN1IFVEE=";
+      x86_64-linux  = "sha256-ZA8BlUtKaiSnXGncYwb2BbhBlULuGz7SWuXL0RAgQLI=";
     }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
   };
 
-  unpackCmd = "mkdir root; dpkg-deb -x $curSrc root";
-
   strictDeps = true;
 
   nativeBuildInputs = [