nm-file-secret-agent: v1.1.0 -> v1.2.0 (#469889)

This commit is contained in:
Jo
2025-12-15 19:02:49 +00:00
committed by GitHub
@@ -8,18 +8,18 @@
nix-update-script,
}:
rustPlatform.buildRustPackage rec {
name = "nm-file-secret-agent";
version = "1.1.0";
pname = "nm-file-secret-agent";
version = "1.2.0";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "lilly";
repo = "nm-file-secret-agent";
rev = "v${version}";
hash = "sha256-FZef9qMJeQkoLvCHcsGMqr0riC98WVXntQtbt76Iev4=";
hash = "sha256-exU+9fN2Wt2+0lQoZS4TFPhCcoDPWEIZldRO9LKux3U=";
};
cargoHash = "sha256-HYyL0r9YrDL22uQdypJQ7Xep9Uqt4b16bhl0D9kRByU=";
cargoHash = "sha256-jxeEubl1uXmnapvP2OV4jCQWoavAVPbSPL1C3fFtJlE=";
buildInputs = [ dbus ];
nativeBuildInputs = [ pkg-config ];