Unverified Commit 9fb886fa authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

angie-console-light: 1.8.1 -> 1.8.2 (#482871)

parents 8bcbc42e 6a90bc4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@
}:

stdenv.mkDerivation rec {
  version = "1.8.1";
  version = "1.8.2";
  pname = "angie-console-light";

  src = fetchurl {
    url = "https://download.angie.software/files/${pname}/${pname}-${version}.tar.gz";
    hash = "sha256-yKKwkvLsBFVNc0Uv9iDMhhinuXAukJI9k9ZG5Amhgfs=";
    hash = "sha256-q27UPgWvOoEXa8Ih3sEFuoO7u5gvLtpoe7ZJYMmZtRc=";
  };

  outputs = [