about summary refs log tree commit diff
path: root/pkgs/development/tools/paging-calculator
diff options
context:
space:
mode:
authorPhilipp Schuster <phip1611@gmail.com>2023-09-22 15:24:30 +0200
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-09-22 12:31:37 -0300
commit69edc00ccd5e1ab2557cc65220bb9418fd0f722b (patch)
tree19cd0571684156e8b0137905d3f6794c9cb242bb /pkgs/development/tools/paging-calculator
parent62adb5fc516fc6b0aeef3bee8e6e04a80bd7c852 (diff)
paging-calculator: 0.2.0 -> 0.3.0
Diffstat (limited to 'pkgs/development/tools/paging-calculator')
-rw-r--r--pkgs/development/tools/paging-calculator/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/paging-calculator/default.nix b/pkgs/development/tools/paging-calculator/default.nix
index eeb45802e381f..b3cf805881429 100644
--- a/pkgs/development/tools/paging-calculator/default.nix
+++ b/pkgs/development/tools/paging-calculator/default.nix
@@ -5,14 +5,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "paging-calculator";
-  version = "0.2.0";
+  version = "0.3.0";
 
   src = fetchCrate {
     inherit pname version;
-    hash = "sha256-GxugaNLkLy71X/E9EAn/2p2ReSHvs5TvXAxg8csu9uc=";
+    hash = "sha256-uoijIA9xmifxHlMRo5Rh/Qy1wxiiCNLJnDysI01uPvk=";
   };
 
-  cargoHash = "sha256-a1yryyKCcNQVurqnb+AZiBQ0rilNsuXmSsFoaaBe+r8=";
+  cargoHash = "sha256-RbBlZCRVXZLXvz+/olkh2MqJiWq63AwLvo+/5UGRuyM=";
 
   meta = {
     description = "CLI utility that helps calculating page table indices from a virtual address";