Merge pull request #321085 from r-ryantm/auto-update/smag

smag: 0.7.0 -> 0.8.0
This commit is contained in:
Nick Cao 2024-06-20 16:13:16 -04:00 committed by GitHub
commit b255dc8b0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "smag";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "aantn";
repo = pname;
rev = "v${version}";
hash = "sha256-PdrK4kblXju23suMe3nYFT1KEbyQu4fwP/XTb2kV1fs=";
hash = "sha256-Vyd35wYDNI4T7DdqihwpmJOAZGxjnCeWS609o3L+gHM=";
};
cargoHash = "sha256-SX6tOodmB0usM0laOt8mjIINPYbzHI4gyUhsR21Oqrw=";
cargoHash = "sha256-ujQAT36qzlfliEC7rFYiWUb3DuwkqCvpUS5Q3v+6378=";
meta = with lib; {
description = "Easily create graphs from cli commands and view them in the terminal";