about summary refs log tree commit diff
path: root/pkgs/applications/misc/zine
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-02-27 11:02:10 -0500
committerfigsoda <figsoda@pm.me>2023-02-27 11:02:10 -0500
commitd0f30dbfc8ea09645ac6f008776b8501f9af3d81 (patch)
treec8954c2f67c5bc97f8cdc9ceb5e7dc77cacfa423 /pkgs/applications/misc/zine
parent14b23e091d34b387da22e21269fe0eca6696d48d (diff)
zine: 0.11.0 -> 0.11.1
Changelog: https://github.com/zineland/zine/releases/tag/v0.11.1
Diffstat (limited to 'pkgs/applications/misc/zine')
-rw-r--r--pkgs/applications/misc/zine/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/zine/default.nix b/pkgs/applications/misc/zine/default.nix
index 2946b226155e9..9034d6d2f6a56 100644
--- a/pkgs/applications/misc/zine/default.nix
+++ b/pkgs/applications/misc/zine/default.nix
@@ -10,14 +10,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "zine";
-  version = "0.11.0";
+  version = "0.11.1";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-koN30s+giX4wOp4i5QtTLE/t1ZJ9mP0K0YfY0kTuDJY=";
+    sha256 = "sha256-iva66tN7pMW0LAvhTbL0Tmsvsdq1+96VciTlaNoVywI=";
   };
 
-  cargoHash = "sha256-Re/ooEJCRjQSnz1VSzz4uRWx81yOzChBEeH7gedAHJw=";
+  cargoHash = "sha256-xAA11Og5odn8eNbFNKiRUqLG/MLWPw1WSeNR9zGHs0U=";
 
   nativeBuildInputs = [
     pkg-config