Commit bdc87e305ead

Vincent Demeester <vincent@sbr.pm>
2025-12-05 16:33:39
refactor(pkgs): convert bookmark-plus to modern SRI hash format
Convert bookmark-plus package hash from deprecated base32 format to modern SRI format for consistency with nixpkgs best practices. Changes: - Changed sha256 = "09apr..." to hash = "sha256-z6Lt..." - Aligns with Phase 4 of package refactoring plan 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a3a8512
Changed files (1)
pkgs/default.nix
@@ -38,7 +38,7 @@ in
       owner = "emacsmirror";
       repo = "bookmark-plus";
       rev = "73b8e1c2195860a8c24b5e2961914780c19cf5e3";
-      sha256 = "09aprlawi3m7qrdas3zlk52niap2sr741qzfpjwc2c22hrlyv8ng";
+      hash = "sha256-z6LtaYZCMMG4vO7jQE7W4qpoRZn0D61axqeOyBXNVyU=";
     };
   };