Unverified Commit 0ede319f authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

nuclear: 0.6.40 -> 0.6.41 (#372640)

parents 7e1604d0 e245cfa4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
}:
let
  pname = "nuclear";
  version = "0.6.40";
  version = "0.6.41";

  src = fetchurl {
    # Nuclear currenntly only publishes AppImage releases for x86_64, which is hardcoded in
@@ -13,7 +13,7 @@ let
    # provide more arches, we should use stdenv.hostPlatform to determine the arch and choose
    # source URL accordingly.
    url = "https://github.com/nukeop/nuclear/releases/download/v${version}/${pname}-v${version}-x86_64.AppImage";
    hash = "sha256-OzTT4f+cdMzmSwdTHk8LXGg3AQcWw1ItIBbrfp16qAw=";
    hash = "sha256-hPnFz3cQMQj8EzwqC8bNYf2MidBbLUa8U3I+vQbWpcE=";
  };

  appimageContents = appimageTools.extract { inherit pname version src; };