Unverified Commit 73ff960e authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #268022 from figsoda/changie

changie: 1.15.1 -> 1.16.0
parents b7137a71 4ce18ff9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

buildGoModule rec {
  pname = "changie";
  version = "1.15.1";
  version = "1.16.0";

  src = fetchFromGitHub {
    owner = "miniscruff";
    repo = "changie";
    rev = "v${version}";
    hash = "sha256-pjeqaLCxWq2maz+C4jCNNRhYhclvcABi6zC+Qxy2GPw=";
    hash = "sha256-lFe59ITcPJ69x0COV+WlX500Hl96XqWLCz5gJMqX6qQ=";
  };

  vendorHash = "sha256-pBRU/eWuI14uDmTPo593hW0YAye5Y1Fm1axd/+X7nS8=";
  vendorHash = "sha256-JmK7bcS8UYCOUvJGs0PAYPNc8iwvCSFzjLlkBEVUa40=";

  nativeBuildInputs = [
    installShellFiles