paging-calculator: 0.2.0 -> 0.3.0

This commit is contained in:
Philipp Schuster 2023-09-22 15:24:30 +02:00 committed by Anderson Torres
parent 62adb5fc51
commit 69edc00ccd

View File

@ -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";