Skip to content

Commit 59d529f

Browse files
authored
Merge pull request #297 from Mic92/nixpkgs-bump
bump nixpkgs to 21.05
2 parents 2f88e6f + 818710e commit 59d529f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Thank you!
22

33
Please do your best to include [a regression test](https://github.com/NixOS/patchelf/blob/master/tests/build-id.sh)
4-
so that the quality of future releases can be perserved.
4+
so that the quality of future releases can be preserved.

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
description = "A tool for modifying ELF executables and libraries";
33

4-
inputs.nixpkgs.url = "nixpkgs/nixos-20.09";
4+
inputs.nixpkgs.url = "nixpkgs/nixos-21.05";
55

66
outputs = { self, nixpkgs }:
77

0 commit comments

Comments
 (0)