mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 16:53:21 +00:00
8ef6c2bbf8
Bump dependencies to match upstream. Closes #169525.
9 lines
169 B
Nix
9 lines
169 B
Nix
{ fetchFromGitHub }:
|
|
|
|
fetchFromGitHub {
|
|
owner = "guzba";
|
|
repo = "supersnappy";
|
|
rev = "2.1.1";
|
|
sha256 = "03df1qgrbp84swhqy12ansyn951lkaw0kf1arbnki4fkgdnqdamf";
|
|
}
|