changie: 1.22.1 -> 1.23.0

This commit is contained in:
R. Ryantm
2025-11-18 07:09:11 +00:00
parent 1dcdb7dcba
commit 4fd81441b8
+3 -3
View File
@@ -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