Unverified Commit 5457abff authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #262716 from r-ryantm/auto-update/pueue

pueue: 3.2.0 -> 3.3.0
parents 8b712819 67d7686e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
  pname = "pueue";
  version = "3.2.0";
  version = "3.3.0";

  src = fetchFromGitHub {
    owner = "Nukesor";
    repo = "pueue";
    rev = "v${version}";
    hash = "sha256-Fk31k0JIe1KJW7UviA8yikjfwlcdRD92wehNbuEoH2w=";
    hash = "sha256-X6q8ePaADv1+n/WmCp4SOhVm9lnc14qGhLSCxtc/ONw=";
  };

  cargoHash = "sha256-eVJuebau0Y9oelniCzvOk9riMMZ9cS7E/G6KinbQa6k=";
  cargoHash = "sha256-lfWuOkKNNDQ0b6oncuCC3KOAgtQGvLptIbmdyY8vy6o=";

  nativeBuildInputs = [
    installShellFiles