Skip to content

Commit

Permalink
vdo: 8.3.0.71 -> 8.3.0.72 (#351234)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4A6F authored Oct 30, 2024
2 parents bc68570 + 6c315c2 commit e07559e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/vdo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
pname = "vdo";
version = "8.3.0.71";
version = "8.3.0.72";

src = fetchFromGitHub {
owner = "dm-vdo";
repo = pname;
rev = version;
hash = "sha256-FZerMUzth43p5jvKQalyYcW+mrl6SLjS8GrivY2qWkI=";
hash = "sha256-ILS5cUWR04/GePyXHj00Am4HMDAhAaN/uUe7kchjo/8=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit e07559e

Please sign in to comment.