Commit 46e06ac0 authored by R. RyanTM's avatar R. RyanTM
Browse files

upscayl: 2.10.0 -> 2.11.0

parent 5dd187f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,11 +4,11 @@
  lib,
}: let
  pname = "upscayl";
  version = "2.10.0";
  version = "2.11.0";

  src = fetchurl {
    url = "https://github.com/upscayl/upscayl/releases/download/v${version}/upscayl-${version}-linux.AppImage";
    hash = "sha256-nRYNYNHIkbvvQZd1zRDCCsCadgRgV/yn9WfaKjt44O8=";
    hash = "sha256-XhvOzARP8Ytlf23vNMYZ5x1UKvKOlM/69yhysasW3dA=";
  };

  appimageContents = appimageTools.extractType2 {