about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-28 19:50:18 -0500
committerGitHub <noreply@github.com>2023-10-28 19:50:18 -0500
commitf58c76f15e0147459235a6b4eed64919e6181e7f (patch)
treeeb516bb28bed2f68d1d3f6100e45d3a4973c2468 /pkgs/applications/misc
parentfac16fbfae144461f41accc3455682e052e6ce49 (diff)
parentb83f3f00f1a8ff3a1fe1af0de7c29a0fd31fcd8a (diff)
downloadnixlib-f58c76f15e0147459235a6b4eed64919e6181e7f.tar
nixlib-f58c76f15e0147459235a6b4eed64919e6181e7f.tar.gz
nixlib-f58c76f15e0147459235a6b4eed64919e6181e7f.tar.bz2
nixlib-f58c76f15e0147459235a6b4eed64919e6181e7f.tar.lz
nixlib-f58c76f15e0147459235a6b4eed64919e6181e7f.tar.xz
nixlib-f58c76f15e0147459235a6b4eed64919e6181e7f.tar.zst
nixlib-f58c76f15e0147459235a6b4eed64919e6181e7f.zip
Merge pull request #264044 from marsam/update-pueue
pueue: 3.3.0 -> 3.3.1
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/pueue/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/misc/pueue/default.nix b/pkgs/applications/misc/pueue/default.nix
index b670bcabf610..e644f44f5951 100644
--- a/pkgs/applications/misc/pueue/default.nix
+++ b/pkgs/applications/misc/pueue/default.nix
@@ -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 ];
   };