Unverified Commit 2d84e9d6 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

pueue: 3.1.0 -> 3.1.1
parents 770db258 a7f7de85
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.1.0";
  version = "3.1.1";

  src = fetchFromGitHub {
    owner = "Nukesor";
    repo = "pueue";
    rev = "v${version}";
    hash = "sha256-vJJ3qQb38b0vr7o+7rc3z5wftI6Ko4mJiGLvVzyjTeE=";
    hash = "sha256-5xHY8DOQnOdYqNyfAS2kMuW2vxAuoSe6RaOItnAJCkQ=";
  };

  cargoHash = "sha256-3taLua69kqPnNraIZIesMkFguCbPWTF5Hu9s2Lc02ZA=";
  cargoHash = "sha256-3IOtx1aeth6QBjY6aILtzxhjZddovD7KIKzNhVCabfU=";

  nativeBuildInputs = [
    installShellFiles