Skip to content

Commit 73710fe

Browse files
linux_latest-libre: 19663 -> 19675 (#359464)
Fixes build.
1 parent a81305c commit 73710fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/os-specific/linux/kernel/linux-libre.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{ stdenv, lib, fetchsvn, linux
22
, scripts ? fetchsvn {
33
url = "https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/branches/";
4-
rev = "19663";
5-
sha256 = "126b05v6hcdag3pfaxwbabfwkrp4c7010v52rk2dqh9i631ykavd";
4+
rev = "19675";
5+
sha256 = "sha256-vlWY3e9uf+a+I003CjFFw9e3suY059KlIqDf86LGmHM=";
66
}
77
, ...
88
} @ args:

0 commit comments

Comments
 (0)