Unverified Commit f33bdcc1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

udev-gothic: 2.1.0 -> 2.2.0 (#493310)

parents 91f74a99 73972d8c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@

stdenvNoCC.mkDerivation rec {
  pname = "udev-gothic";
  version = "2.1.0";
  version = "2.2.0";

  src = fetchzip {
    url = "https://github.com/yuru7/udev-gothic/releases/download/v${version}/UDEVGothic_v${version}.zip";
    hash = "sha256-9gwBT0GVNPVWoiFIKBUf5sNGkhfJCWhMFRRIGvj5Wto=";
    hash = "sha256-x6nM35UM7v4WQn6DINuEgXQmSQ4ysPS4omY9ePDTAhA=";
  };

  installPhase = ''