Unverified Commit 67c55301 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

meowlnir: 0.7.0 -> 26.01 (#443460)

parents f70da53d 24d3327e
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -9,18 +9,19 @@

buildGoModule rec {
  pname = "meowlnir";
  version = "0.7.0";
  version = "26.01";
  tag = "v0.2601.0";

  src = fetchFromGitHub {
    owner = "maunium";
    repo = "meowlnir";
    tag = "v${version}";
    hash = "sha256-S0GrM8uKfWJh0/oAQp2f7P+yj99N0bovCNscM8b7tB8=";
    inherit tag;
    hash = "sha256-vrj19+YuhCFwluR+f73WPOJ4bMVxzoG3WjWrN3QuhZ0=";
  };

  buildInputs = [ olm ];

  vendorHash = "sha256-gzigJ2gg9jaREbFdX+38sUV8I/gcB5x+lYaABnS2Mbk=";
  vendorHash = "sha256-l6H6NqAq3C0OBYaea3ed6g/wHdNmo5tVkgizx+vU09E=";

  doCheck = true;
  doInstallCheck = true;