Skip to content

Commit

Permalink
package/einat: 0.1.3 -> 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EHfive committed Nov 20, 2024
1 parent 454eb69 commit f688881
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions packages/einat/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/einat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
}:
rustPlatform.buildRustPackage rec {
pname = "einat";
version = "0.1.3";
version = "0.1.4";

src = fetchFromGitHub {
owner = "EHfive";
repo = "einat-ebpf";
rev = "v${version}";
hash = "sha256-g0/MMln0amiar2noBbTdncioPrytWGeeuX6J41f3AwI=";
hash = "sha256-fm5PgA7JfNZ6FRURUpCqgHVl8yYBRKw5Xf3x19RIRWE=";
};

cargoLock = {
Expand Down

0 comments on commit f688881

Please sign in to comment.