summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-04 16:10:57 +0000
committerEmery Hemingway <ehmry@posteo.net>2023-11-18 13:06:31 +0000
commit31525a81376f031f05bfe1924ee3e2932316e49f (patch)
treec080cadf1793eaaf86b3eb2cd94f69a5f5cd57eb /pkgs/applications
parentd65967e17622a6e9a22aab7ae7bf11e80cede549 (diff)
downloadnixpkgs-31525a81376f031f05bfe1924ee3e2932316e49f.tar
nixpkgs-31525a81376f031f05bfe1924ee3e2932316e49f.tar.gz
nixpkgs-31525a81376f031f05bfe1924ee3e2932316e49f.tar.bz2
nixpkgs-31525a81376f031f05bfe1924ee3e2932316e49f.tar.lz
nixpkgs-31525a81376f031f05bfe1924ee3e2932316e49f.tar.xz
nixpkgs-31525a81376f031f05bfe1924ee3e2932316e49f.tar.zst
nixpkgs-31525a81376f031f05bfe1924ee3e2932316e49f.zip
pan: 0.154 -> 0.155
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/newsreaders/pan/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/newsreaders/pan/default.nix b/pkgs/applications/networking/newsreaders/pan/default.nix
index 839766e2ac7..82f8ec4d55b 100644
--- a/pkgs/applications/networking/newsreaders/pan/default.nix
+++ b/pkgs/applications/networking/newsreaders/pan/default.nix
@@ -22,14 +22,14 @@
 
 stdenv.mkDerivation rec {
   pname = "pan";
-  version = "0.154";
+  version = "0.155";
 
   src = fetchFromGitLab {
     domain = "gitlab.gnome.org";
     owner = "GNOME";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-o+JFUraSoQ0HDmldHvTX+X7rl2L4n4lJmI4UFZrsfkQ=";
+    hash = "sha256-DsoTqZLcZOc3HlpCC8rmu/rcFeHkb9IWd4PSLwxKqJI=";
   };
 
   nativeBuildInputs = [ autoreconfHook pkg-config gettext intltool itstool libxml2 makeWrapper ];