sops: 3.12.0 -> 3.12.1 (#492967)

This commit is contained in:
Felix Bargfeldt
2026-02-24 10:51:24 +00:00
committed by GitHub
+3 -3
View File
@@ -12,13 +12,13 @@
buildGoModule (finalAttrs: {
pname = "sops";
version = "3.12.0";
version = "3.12.1";
src = fetchFromGitHub {
owner = "getsops";
repo = finalAttrs.pname;
tag = "v${finalAttrs.version}";
hash = "sha256-fmOBEu/WnDyk6Nd4vwAs9Qdr4XlXNGJPX9bX9JymEWA=";
hash = "sha256-65M6rv4dE2edm+k0mPDZkrOb/LY1Cyi4y1D7xaoOdfw=";
};
vendorHash = "sha256-dniVUk/PsF111UCujFY6zIKR1cp8c8ZawH2ywMef9hE=";
@@ -61,7 +61,7 @@ buildGoModule (finalAttrs: {
meta = {
homepage = "https://getsops.io/";
description = "Simple and flexible tool for managing secrets";
changelog = "https://github.com/getsops/sops/blob/v${finalAttrs.version}/CHANGELOG.rst";
changelog = "https://github.com/getsops/sops/blob/v${finalAttrs.version}/CHANGELOG.md";
mainProgram = "sops";
maintainers = with lib.maintainers; [
Scrumplex