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

+4 -4
+4 -4
pkgs/applications/misc/pueue/default.nix
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "pueue"; 13 - version = "3.3.0"; 14 15 src = fetchFromGitHub { 16 owner = "Nukesor"; 17 repo = "pueue"; 18 rev = "v${version}"; 19 - hash = "sha256-X6q8ePaADv1+n/WmCp4SOhVm9lnc14qGhLSCxtc/ONw="; 20 }; 21 22 - cargoHash = "sha256-lfWuOkKNNDQ0b6oncuCC3KOAgtQGvLptIbmdyY8vy6o="; 23 24 nativeBuildInputs = [ 25 installShellFiles ··· 60 any terminal on the same machine. The queue will be continuously 61 processed, even if you no longer have any active ssh sessions. 62 ''; 63 - changelog = "https://github.com/Nukesor/pueue/raw/v${version}/CHANGELOG.md"; 64 license = licenses.mit; 65 maintainers = with maintainers; [ marsam ]; 66 };
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "pueue"; 13 + version = "3.3.1"; 14 15 src = fetchFromGitHub { 16 owner = "Nukesor"; 17 repo = "pueue"; 18 rev = "v${version}"; 19 + hash = "sha256-EDd8SChQ8Vh2uNSZq5mrWdsLNT0KC4IMA7e3BPk6p04="; 20 }; 21 22 + cargoHash = "sha256-H4Oyn2cLyj/RNkiMQMzbHjhs1AJIcmSkZOO83ETByWk="; 23 24 nativeBuildInputs = [ 25 installShellFiles ··· 60 any terminal on the same machine. The queue will be continuously 61 processed, even if you no longer have any active ssh sessions. 62 ''; 63 + changelog = "https://github.com/Nukesor/pueue/blob/v${version}/CHANGELOG.md"; 64 license = licenses.mit; 65 maintainers = with maintainers; [ marsam ]; 66 };