pueue: 3.3.0 -> 3.3.1
Diff: https://github.com/Nukesor/pueue/compare/v3.3.0...v3.3.1 Changelog: https://github.com/Nukesor/pueue/blob/v3.3.1/CHANGELOG.md
This commit is contained in:
parent
27759aac11
commit
b83f3f00f1
1 changed files with 4 additions and 4 deletions
|
@ -10,16 +10,16 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "pueue";
|
||||
version = "3.3.0";
|
||||
version = "3.3.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Nukesor";
|
||||
repo = "pueue";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-X6q8ePaADv1+n/WmCp4SOhVm9lnc14qGhLSCxtc/ONw=";
|
||||
hash = "sha256-EDd8SChQ8Vh2uNSZq5mrWdsLNT0KC4IMA7e3BPk6p04=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-lfWuOkKNNDQ0b6oncuCC3KOAgtQGvLptIbmdyY8vy6o=";
|
||||
cargoHash = "sha256-H4Oyn2cLyj/RNkiMQMzbHjhs1AJIcmSkZOO83ETByWk=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
installShellFiles
|
||||
|
@ -60,7 +60,7 @@ rustPlatform.buildRustPackage rec {
|
|||
any terminal on the same machine. The queue will be continuously
|
||||
processed, even if you no longer have any active ssh sessions.
|
||||
'';
|
||||
changelog = "https://github.com/Nukesor/pueue/raw/v${version}/CHANGELOG.md";
|
||||
changelog = "https://github.com/Nukesor/pueue/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ marsam ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue