Skip to content

Commit

Permalink
Merge pull request #315244 from r-ryantm/auto-update/logiops
Browse files Browse the repository at this point in the history
logiops: 0.3.3 -> 0.3.4
  • Loading branch information
NickCao authored May 28, 2024
2 parents d37efa2 + 8b882f5 commit 8b21094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/lo/logiops/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

stdenv.mkDerivation (oldAttrs: {
pname = "logiops";
version = "0.3.3";
version = "0.3.4";

src = fetchFromGitHub {
owner = "PixlOne";
repo = "logiops";
rev = "v${oldAttrs.version}";
sha256 = "sha256-9nFTud5szQN8jpG0e/Bkp+I9ELldfo66SdfVCUTuekg=";
sha256 = "sha256-IL7jQA3lGhxVLYCFRgeXdadaBlQr+Op9cedHBlLUCWY=";
# In v0.3.0, the `ipcgull` submodule was added as a dependency
# https://github.com/PixlOne/logiops/releases/tag/v0.3.0
fetchSubmodules = true;
Expand Down

0 comments on commit 8b21094

Please sign in to comment.