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

Merge pull request #302343 from r-ryantm/auto-update/moar

moar: 1.23.9 -> 1.23.10
parents 0b8ceacb 8ec55bef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "moar";
  version = "1.23.9";
  version = "1.23.10";

  src = fetchFromGitHub {
    owner = "walles";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-qpbsNHIWiYTa5kt0GTybnWiSnUdPYIeFYsWXinYjtQA=";
    hash = "sha256-ue/ZcIIJJAxUMhsEA3FtrkE5mgtiY626b+GmX62Q8dM=";
  };

  vendorHash = "sha256-1u/2OlMX2FuZaxWnpU4n5r/4xKe+rK++GoCJiSq/BdE=";