summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2020-06-03 15:47:43 +0200
committerDomen Kožar <domen@dev.si>2020-06-03 15:49:33 +0200
commitab0d67ba181b168735363d9e769f4c609b26aa1a (patch)
treeefac36e9ddca66cb569537ef59183399de7c2c19
parent2e881abad171f4f516369dd08ebd0124075b076f (diff)
downloadpatchelf-github-actions.tar.gz
nixpkgs: 19.03 -> 20.03github-actions
-rw-r--r--release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index 2cf9181..06bf91d 100644
--- a/release.nix
+++ b/release.nix
@@ -1,5 +1,5 @@
{ patchelfSrc ? { outPath = ./.; revCount = 1234; shortRev = "abcdef"; }
-, nixpkgs ? builtins.fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.03.tar.gz
+, nixpkgs ? builtins.fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-20.03.tar.gz
, officialRelease ? false
}: