Unverified Commit d2a32fd9 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

changie: 1.22.1 -> 1.23.0 (#462805)

parents 121d723d 4fd81441
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

buildGoModule rec {
  pname = "changie";
  version = "1.22.1";
  version = "1.23.0";

  src = fetchFromGitHub {
    owner = "miniscruff";
    repo = "changie";
    rev = "v${version}";
    hash = "sha256-JXVrOZKm8whmc3LkCDsbZkNcYMgiolp9dgnZFPYCtAs=";
    hash = "sha256-eTGmF70xhecIo8JMKKxbApwQj7rg3LpyEzXFxsp92xU=";
  };

  vendorHash = "sha256-bUopfHd6/0dd3OuxQMW9ZNsZtVqnRSDRqZLkfaQq12I=";
  vendorHash = "sha256-IJdocKlyIbuRnfWnPiyjluV74186YYnjmGXBaDuTxkY=";

  nativeBuildInputs = [
    installShellFiles