Skip to content

Commit

Permalink
asak: 0.3.4 -> 0.3.5 (NixOS#369785)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Jan 1, 2025
2 parents 70e3734 + 5aa8ed7 commit 60fe39e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/as/asak/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
pname = "asak";
version = "0.3.4";
version = "0.3.5";

src = fetchFromGitHub {
owner = "chaosprint";
repo = "asak";
tag = "v${version}";
hash = "sha256-Kq1WdVcTRdz6vJxUDd0bqb2bfrNGCl611upwYploR7w=";
hash = "sha256-7r05sVIHqBBOKwye2fr0pspo/uDqaYGjt5CpxqgqKzI=";
};

cargoHash = "sha256-SS4BDhORiTV/HZhL3F9zwF8oBu/VFVYhF5Jzp2j0QFI=";
cargoHash = "sha256-lMqInjFnOfr/GPSfIf1yp2vQjdk9UYdkWA616P8p0FE=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 60fe39e

Please sign in to comment.