Skip to content

Commit

Permalink
[Backport release-24.05] logiops: 0.3.3 -> 0.3.4 (#346232)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 3, 2024
2 parents 36ac3af + b8142b6 commit 0799dfb
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 0799dfb

Please sign in to comment.