Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c474c526a74d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b27ff41eab47
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 26, 2020

  1. libblockdev: 2.23 -> 2.24

    r-ryantm committed May 26, 2020
    Copy the full SHA
    7c011da View commit details

Commits on Jun 12, 2020

  1. Merge pull request #88911 from r-ryantm/auto-update/libblockdev

    libblockdev: 2.23 -> 2.24
    jtojnar authored Jun 12, 2020
    Copy the full SHA
    b27ff41 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/libblockdev/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libblockdev/default.nix
Original file line number Diff line number Diff line change
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation rec {
pname = "libblockdev";
version = "2.23";
version = "2.24";

src = fetchFromGitHub {
owner = "storaged-project";
repo = "libblockdev";
rev = "${version}-1";
sha256 = "09gp9h05vy3llhnrg98gny8g57kgwnbi8522qyzjwyv7nmhs4zhz";
sha256 = "1gzwlwdv0jyb3lh2n016limy2ngfdsa05x7jvg9llf2ls672nq89";
};

outputs = [ "out" "dev" "devdoc" ];