Unverified Commit 74b1eb80 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

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

parents 8e7e3911 8c1bc25b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 ];