Unverified Commit 752f06a6 authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #289618 from r-ryantm/auto-update/sudo-font

sudo-font: 0.81 -> 1.0
parents 1e6da059 f3691d4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenvNoCC.mkDerivation rec {
  pname = "sudo-font";
  version = "0.81";
  version = "1.0";

  src = fetchzip {
    url = "https://github.com/jenskutilek/sudo-font/releases/download/v${version}/sudo.zip";
    hash = "sha256-qc26xHM9P9+lsPE9j5UY4f0hIb5PjlCSy+jm0zEFj2g=";
    hash = "sha256-XD+oLfPE8DD5DG5j/VN6nTVn+mhFE5qqyvjwDk2Dr/I=";
  };

  installPhase = ''