Unverified Commit e117a546 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

volt: 1.5.0 -> 1.5.1 (#494297)

parents 907429fc e655daf8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "volt";
  version = "1.5.0";
  version = "1.5.1";

  src = fetchFromGitHub {
    owner = "hqnna";
    repo = "volt";
    tag = "v${finalAttrs.version}";
    hash = "sha256-o/wMeZca7ttTwRSqp5l6XmurDT1oClq7nvfv6WgnSj8=";
    hash = "sha256-P14jLoONO3eFJ6DzHigAkZXZ++gcBHpJuK7+sVcBARM=";
  };

  cargoHash = "sha256-HIae9ZpFsa/XCkoesAaiWaotNloYCz+Km9cICM6r4qE=";
  cargoHash = "sha256-3E4fZRxB+kF4fW7WCl+sLkDaQt0Z0tgGfzixvSNZP1c=";

  meta = {
    description = "Ergonomic terminal settings editor for the Amp coding agent";