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

pueue: 3.1.0 -> 3.1.1

authored by

figsoda and committed by
GitHub
2d84e9d6 770db258

+3 -3
+3 -3
pkgs/applications/misc/pueue/default.nix
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "pueue"; 13 - version = "3.1.0"; 14 15 src = fetchFromGitHub { 16 owner = "Nukesor"; 17 repo = "pueue"; 18 rev = "v${version}"; 19 - hash = "sha256-vJJ3qQb38b0vr7o+7rc3z5wftI6Ko4mJiGLvVzyjTeE="; 20 }; 21 22 - cargoHash = "sha256-3taLua69kqPnNraIZIesMkFguCbPWTF5Hu9s2Lc02ZA="; 23 24 nativeBuildInputs = [ 25 installShellFiles
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "pueue"; 13 + version = "3.1.1"; 14 15 src = fetchFromGitHub { 16 owner = "Nukesor"; 17 repo = "pueue"; 18 rev = "v${version}"; 19 + hash = "sha256-5xHY8DOQnOdYqNyfAS2kMuW2vxAuoSe6RaOItnAJCkQ="; 20 }; 21 22 + cargoHash = "sha256-3IOtx1aeth6QBjY6aILtzxhjZddovD7KIKzNhVCabfU="; 23 24 nativeBuildInputs = [ 25 installShellFiles