Skip to content

Commit

Permalink
Merge pull request NixOS#304775 from r-ryantm/auto-update/atac
Browse files Browse the repository at this point in the history
atac: 0.11.3 -> 0.12.0
  • Loading branch information
matthiasbeyer committed Apr 17, 2024
2 parents 7dedd63 + 5430291 commit 023eeaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/at/atac/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "atac";
version = "0.11.3";
version = "0.12.0";

src = fetchFromGitHub {
owner = "Julien-cpsn";
repo = "ATAC";
rev = "v${version}";
hash = "sha256-nYPqj3Wa5itw83s08qsEu30v/2NwkLwGE0LlNY9Msok=";
hash = "sha256-yR+w6zrX7XHrK6XGWM7J74XPxGEmy8Gf6guOH/Du6rc=";
};

cargoHash = "sha256-Beh5out4Ess+FP+Dg601ZqyXotEfujqNX16Vupp5WRc=";
cargoHash = "sha256-Ez8d1tb0Xi91e3+U1/LDmj5u/oORQzelEQPFAC96yEI=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 023eeaf

Please sign in to comment.