Skip to content

Commit

Permalink
logiops: 0.3.4 -> 0.3.5
Browse files Browse the repository at this point in the history
(cherry picked from commit cdce415)
  • Loading branch information
r-ryantm authored and NickCao committed Oct 3, 2024
1 parent 0799dfb commit 15a8ae9
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.4";
version = "0.3.5";

src = fetchFromGitHub {
owner = "PixlOne";
repo = "logiops";
rev = "v${oldAttrs.version}";
sha256 = "sha256-IL7jQA3lGhxVLYCFRgeXdadaBlQr+Op9cedHBlLUCWY=";
hash = "sha256-GAnlPqjIFGyOWwYFs7gth2m9ITc1jyiaW0sWwQ2zFOs=";
# 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 15a8ae9

Please sign in to comment.